Html Css Color HEX #F11179 Deep Pink

📋 copy color: '#F11179'

red 241 ◦ green 17 ◦ blue 121

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

Shades of Deep Pink #F11179

Tints of Deep Pink #F11179

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.49%

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

R = 63.59%
G = 4.49%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F11179 (or 0xF11179) is known color: Deep Pink. HEX triplet: F1, 11 and 79. RGB value is (241,17,121). Sum of RGB (Red+Green+Blue) = 241+17+121=379 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.59% from 379); Green value is 17 (7.03% from 255 or 4.49% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 241 - color contains mainly: red. Hex color #F11179 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11179 is #0EEE86. Grayscale: #5F5F5F. Windows color (decimal): -978567 or 7934449. OLE color: 7934449.

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

Color convert

RGB 241 17 121 -
CMYK 0 0.93 0.50 0.05
HSL 332.14º 0.89% 0.51% -
HSV(B) 332.14º 0.93% 0.95% -
XYZ 39.93 20.48 19.94 -
YUV 95.83 142.21 231.54 -
System Red Green Blue C M Y K H S L
Decimal 241 17 121 0 0.93 0.50 0.05 332.14 0.89 0.51
Hex F1 11 79 0 5D 32 5 14C 59 33
Octal 361 21 171 0 135 62 5 514 131 63
Binary 11110001 10001 1111001 0 1011101 110010 101 101001100 1011001 110011

Color Harmonies of #F11179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11179

Black with #F11179

Text Example


Text Example

White with #F11179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11179; }

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

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

background-color css

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

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

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

border-color css

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

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

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