Html Css Color HEX #F01189 Deep Pink

📋 copy color: '#F01189'

red 240 ◦ green 17 ◦ blue 137

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

Shades of Deep Pink #F01189

Tints of Deep Pink #F01189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 34.77%

R = 60.91%
G = 4.31%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F01189 (or 0xF01189) is known color: Deep Pink. HEX triplet: F0, 11 and 89. RGB value is (240,17,137). Sum of RGB (Red+Green+Blue) = 240+17+137=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 17 (7.03% from 255 or 4.31% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F01189 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01189 is #0FEE76. Grayscale: #616161. Windows color (decimal): -1044087 or 8983024. OLE color: 8983024.

HSL color Cylindrical-coordinate representation of color #F01189: hue angle of 327.71º 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 #F01189 is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 17 137 -
CMYK 0 0.93 0.43 0.06
HSL 327.71º 0.88% 0.5% -
HSV(B) 327.71º 0.93% 0.94% -
XYZ 40.65 20.73 25.53 -
YUV 97.36 150.38 229.74 -
System Red Green Blue C M Y K H S L
Decimal 240 17 137 0 0.93 0.43 0.06 327.71 0.88 0.5
Hex F0 11 89 0 5D 2B 6 148 58 32
Octal 360 21 211 0 135 53 6 510 130 62
Binary 11110000 10001 10001001 0 1011101 101011 110 101001000 1011000 110010

Color Harmonies of #F01189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01189

Black with #F01189

Text Example


Text Example

White with #F01189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01189; }

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

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

background-color css

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

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

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

border-color css

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

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

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