Color Hex Logo

#f42695 Color Hex

#F42695
(244,38,149)
0 Favorites   0 Comments

Color spaces of #f42695

RGB 24438149
HSL0.910.900.55
HSV328°84°96°
CMYK 0.000.840.39   0.04
XYZ43.426222.789230.5437
Yxy22.78920.44880.2355
Hunter Lab47.738078.8358-4.5182
CIE-Lab54.854579.6933-8.7604

#f42695 color RGB value is (244,38,149).

#f42695 hex color red value is 244, green value is 38 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #f42695 hue: 0.91 , saturation: 0.90 and the lightness value of f42695 is 0.55.

The process color (four color CMYK) of #f42695 color hex is 0.00, 0.84, 0.39, 0.04. Web safe color of #f42695 is #ff3399. Color #f42695 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00100110 10010101
Octal 364 46 225
Decimal 244 38 149
Hex F4 26 95

RGB Percentages of Color #f42695

%56.61
%8.82
%34.57

CMYK Percentages of Color #f42695

%0
%84
%39
%4

Triadic Colors of #f42695

#f42695 #95f426 #2695f4

Analogous Colors of #f42695

#f42695 #f4262e #ec26f4

Monochromatic Colors of #f42695

#f42695

Complementary Color

#f42695 #26f485

#f42695 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f42695 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f42695 Color CSS Codes

.mybgcolor {background-color:#f42695; } 
.myforecolor {color:#f42695; }
.mybordercolor {border:3px solid #f42695; }

#f42695 Text Font Color

<p style="color:#f42695">Text here</p>

This sample text font color is #f42695
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f42695 Background Color

<div style="background-color:#f42695">
Div content here</div>

This div background color is #f42695


#f42695 Border Color

<div style="border:3px solid #f42695">
Div here</div>

This div border color is #f42695


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,38,149, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f42695; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f42695;
  -webkit-box-shadow: 1px 1px 3px 2px #f42695;
  box-shadow:         1px 1px 3px 2px #f42695; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,38,149, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f42695">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f42695;
  -webkit-box-shadow: 1px 1px 3px 2px #f42695;
  box-shadow:         1px 1px 3px 2px #f42695;">
Div content here</div>

This div box has shadow with color #f42695


Comments

No comments written yet.

Please login to write comment.