Html Css Color HEX #F00888 Deep Pink

📋 copy color: '#F00888'

red 240 ◦ green 8 ◦ blue 136

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

Shades of Deep Pink #F00888

Tints of Deep Pink #F00888

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.08%

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

R = 62.5%
G = 2.08%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F00888 (or 0xF00888) is known color: Deep Pink. HEX triplet: F0, 08 and 88. RGB value is (240,8,136). Sum of RGB (Red+Green+Blue) = 240+8+136=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 8 (3.52% from 255 or 2.08% from 384); Blue value is 136 (53.52% from 255 or 35.42% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F00888 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00888 is #0FF777. Grayscale: #5B5B5B. Windows color (decimal): -1046392 or 8915184. OLE color: 8915184.

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

Color convert

RGB 240 8 136 -
CMYK 0 0.97 0.43 0.06
HSL 326.9º 0.94% 0.49% -
HSV(B) 326.9º 0.97% 0.94% -
XYZ 40.47 20.48 25.11 -
YUV 91.96 152.86 233.59 -
System Red Green Blue C M Y K H S L
Decimal 240 8 136 0 0.97 0.43 0.06 326.9 0.94 0.49
Hex F0 8 88 0 61 2B 6 147 5E 31
Octal 360 10 210 0 141 53 6 507 136 61
Binary 11110000 1000 10001000 0 1100001 101011 110 101000111 1011110 110001

Color Harmonies of #F00888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00888

Black with #F00888

Text Example


Text Example

White with #F00888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00888; }

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

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

background-color css

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

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

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

border-color css

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

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

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