Html Css Color HEX #F00088 Hollywood Cerise

📋 copy color: '#F00088'

red 240 ◦ green 0 ◦ blue 136

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

Shades of Hollywood Cerise #F00088

Tints of Hollywood Cerise #F00088

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 63.83%
G = 0%
B = 36.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F00088 (or 0xF00088) is known color: Hollywood Cerise. HEX triplet: F0, 00 and 88. RGB value is (240,0,136). Sum of RGB (Red+Green+Blue) = 240+0+136=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F00088 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00088 is #0FFF77. Grayscale: #565656. Windows color (decimal): -1048440 or 8913136. OLE color: 8913136.

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

Color convert

RGB 240 0 136 -
CMYK 0 1 0.43 0.06
HSL 326º 1% 0.47% -
HSV(B) 326º 1% 0.94% -
XYZ 40.38 20.3 25.08 -
YUV 87.26 155.51 236.94 -
System Red Green Blue C M Y K H S L
Decimal 240 0 136 0 1 0.43 0.06 326 1 0.47
Hex F0 0 88 0 64 2B 6 146 64 2F
Octal 360 0 210 0 144 53 6 506 144 57
Binary 11110000 0 10001000 0 1100100 101011 110 101000110 1100100 101111

Color Harmonies of #F00088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00088

Black with #F00088

Text Example


Text Example

White with #F00088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00088; }

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

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

background-color css

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

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

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

border-color css

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

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

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