Html Css Color HEX #F01179 Deep Pink

📋 copy color: '#F01179'

red 240 ◦ green 17 ◦ blue 121

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

Shades of Deep Pink #F01179

Tints of Deep Pink #F01179

RGB

 RED value IS 240 (94.14% from 255) = 63.49%

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

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

R = 63.49%
G = 4.5%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F01179 (or 0xF01179) is known color: Deep Pink. HEX triplet: F0, 11 and 79. RGB value is (240,17,121). Sum of RGB (Red+Green+Blue) = 240+17+121=378 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.49% from 378); Green value is 17 (7.03% from 255 or 4.50% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 240 - color contains mainly: red. Hex color #F01179 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01179 is #0FEE86. Grayscale: #5F5F5F. Windows color (decimal): -1044103 or 7934448. OLE color: 7934448.

HSL color Cylindrical-coordinate representation of color #F01179: hue angle of 332.02º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01179 is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 17 121 -
CMYK 0 0.93 0.50 0.06
HSL 332.02º 0.88% 0.5% -
HSV(B) 332.02º 0.93% 0.94% -
XYZ 39.59 20.31 19.92 -
YUV 95.53 142.38 231.04 -
System Red Green Blue C M Y K H S L
Decimal 240 17 121 0 0.93 0.50 0.06 332.02 0.88 0.5
Hex F0 11 79 0 5D 32 6 14C 58 32
Octal 360 21 171 0 135 62 6 514 130 62
Binary 11110000 10001 1111001 0 1011101 110010 110 101001100 1011000 110010

Color Harmonies of #F01179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01179

Black with #F01179

Text Example


Text Example

White with #F01179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01179; }

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

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

background-color css

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

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

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

border-color css

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

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

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