Html Css Color HEX #F01089 Deep Pink

📋 copy color: '#F01089'

red 240 ◦ green 16 ◦ blue 137

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

Shades of Deep Pink #F01089

Tints of Deep Pink #F01089

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.07%

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

R = 61.07%
G = 4.07%
B = 34.86%

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

#F01089 (or 0xF01089) is known color: Deep Pink. HEX triplet: F0, 10 and 89. RGB value is (240,16,137). Sum of RGB (Red+Green+Blue) = 240+16+137=393 (52% of max value = 765). Red value is 240 (94.14% from 255 or 61.07% from 393); Green value is 16 (6.64% from 255 or 4.07% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 240 - color contains mainly: red. Hex color #F01089 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01089 is #0FEF76. Grayscale: #606060. Windows color (decimal): -1044343 or 8982768. OLE color: 8982768.

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

Color convert

RGB 240 16 137 -
CMYK 0 0.93 0.43 0.06
HSL 327.59º 0.88% 0.5% -
HSV(B) 327.59º 0.93% 0.94% -
XYZ 40.64 20.7 25.52 -
YUV 96.77 150.71 230.16 -
System Red Green Blue C M Y K H S L
Decimal 240 16 137 0 0.93 0.43 0.06 327.59 0.88 0.5
Hex F0 10 89 0 5D 2B 6 148 58 32
Octal 360 20 211 0 135 53 6 510 130 62
Binary 11110000 10000 10001001 0 1011101 101011 110 101001000 1011000 110010

Color Harmonies of #F01089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01089

Black with #F01089

Text Example


Text Example

White with #F01089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01089; }

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

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

background-color css

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

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

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

border-color css

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

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

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