Html Css Color HEX #F11E79 Deep Pink

📋 copy color: '#F11E79'

red 241 ◦ green 30 ◦ blue 121

#F11E79
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #F11E79

Tints of Deep Pink #F11E79

RGB

 RED value IS 241 (94.53% from 255) = 61.48%

 GREEN value IS 30 (12.11% from 255) = 7.65%

 BLUE value IS 121 (47.66% from 255) = 30.87%

R = 61.48%
G = 7.65%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F11E79 (or 0xF11E79) is known color: Deep Pink. HEX triplet: F1, 1E and 79. RGB value is (241,30,121). Sum of RGB (Red+Green+Blue) = 241+30+121=392 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.48% from 392); Green value is 30 (12.11% from 255 or 7.65% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 241 - color contains mainly: red. Hex color #F11E79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11E79 is #0EE186. Grayscale: #676767. Windows color (decimal): -975239 or 7937777. OLE color: 7937777.

HSL color Cylindrical-coordinate representation of color #F11E79: hue angle of 334.12º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F11E79 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 30 121 -
CMYK 0 0.88 0.50 0.05
HSL 334.12º 0.88% 0.53% -
HSV(B) 334.12º 0.88% 0.95% -
XYZ 40.19 21.01 20.03 -
YUV 103.46 137.9 226.1 -
System Red Green Blue C M Y K H S L
Decimal 241 30 121 0 0.88 0.50 0.05 334.12 0.88 0.53
Hex F1 1E 79 0 58 32 5 14E 58 35
Octal 361 36 171 0 130 62 5 516 130 65
Binary 11110001 11110 1111001 0 1011000 110010 101 101001110 1011000 110101

Color Harmonies of #F11E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11E79

Black with #F11E79

Text Example


Text Example

White with #F11E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11E79; }

 p { color: rgb(241,30,121); }

 H1.HeaderClassName
 {
   color: #F11E79;
 }
 .AnyTagClassName
 {
   color: #F11E79;
 }
</style>

background-color css

<style>
 a { background-color: #F11E79; }

 a { background-color: rgb(241,30,121); }

 div.DivClassName
 {
   background-color: #F11E79;
 }
 .BgClassName
 {
   background-color: #F11E79;
 }
</style>

border-color css

<style>
 span { border-color: #F11E79; }

 span { border-color: rgb(241,30,121); }

 td.TdClassName
 {
   border-color: #F11E79;
 }
 .TagClassName
 {
   border-color: #F11E79;
 }
</style>