Html Css Color HEX #F00087 Hollywood Cerise

📋 copy color: '#F00087'

red 240 ◦ green 0 ◦ blue 135

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

Shades of Hollywood Cerise #F00087

Tints of Hollywood Cerise #F00087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 36%

R = 64%
G = 0%
B = 36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F00087 (or 0xF00087) is known color: Hollywood Cerise. HEX triplet: F0, 00 and 87. RGB value is (240,0,135). Sum of RGB (Red+Green+Blue) = 240+0+135=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F00087 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00087 is #0FFF78. Grayscale: #565656. Windows color (decimal): -1048441 or 8847600. OLE color: 8847600.

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

Color convert

RGB 240 0 135 -
CMYK 0 1 0.44 0.06
HSL 326.25º 1% 0.47% -
HSV(B) 326.25º 1% 0.94% -
XYZ 40.31 20.27 24.71 -
YUV 87.15 155.01 237.02 -
System Red Green Blue C M Y K H S L
Decimal 240 0 135 0 1 0.44 0.06 326.25 1 0.47
Hex F0 0 87 0 64 2C 6 146 64 2F
Octal 360 0 207 0 144 54 6 506 144 57
Binary 11110000 0 10000111 0 1100100 101100 110 101000110 1100100 101111

Color Harmonies of #F00087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00087

Black with #F00087

Text Example


Text Example

White with #F00087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00087; }

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

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

background-color css

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

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

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

border-color css

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

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

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