Html Css Color HEX #F00588 Deep Pink

📋 copy color: '#F00588'

red 240 ◦ green 5 ◦ blue 136

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

Shades of Deep Pink #F00588

Tints of Deep Pink #F00588

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.31%

 BLUE value IS 136 (53.52% from 255) = 35.7%

R = 62.99%
G = 1.31%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F00588 (or 0xF00588) is known color: Deep Pink. HEX triplet: F0, 05 and 88. RGB value is (240,5,136). Sum of RGB (Red+Green+Blue) = 240+5+136=381 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.99% from 381); Green value is 5 (2.34% from 255 or 1.31% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 240 - color contains mainly: red. Hex color #F00588 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00588 is #0FFA77. Grayscale: #595959. Windows color (decimal): -1047160 or 8914416. OLE color: 8914416.

HSL color Cylindrical-coordinate representation of color #F00588: hue angle of 326.55º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F00588 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 5 136 -
CMYK 0 0.98 0.43 0.06
HSL 326.55º 0.96% 0.48% -
HSV(B) 326.55º 0.98% 0.94% -
XYZ 40.43 20.41 25.1 -
YUV 90.2 153.86 234.85 -
System Red Green Blue C M Y K H S L
Decimal 240 5 136 0 0.98 0.43 0.06 326.55 0.96 0.48
Hex F0 5 88 0 62 2B 6 147 60 30
Octal 360 5 210 0 142 53 6 507 140 60
Binary 11110000 101 10001000 0 1100010 101011 110 101000111 1100000 110000

Color Harmonies of #F00588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00588

Black with #F00588

Text Example


Text Example

White with #F00588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00588; }

 p { color: rgb(240,5,136); }

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

background-color css

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

 a { background-color: rgb(240,5,136); }

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

border-color css

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

 span { border-color: rgb(240,5,136); }

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