Html Css Color HEX #F00089 Hollywood Cerise

📋 copy color: '#F00089'

red 240 ◦ green 0 ◦ blue 137

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

Shades of Hollywood Cerise #F00089

Tints of Hollywood Cerise #F00089

RGB

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

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

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

R = 63.66%
G = 0%
B = 36.34%

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

#F00089 (or 0xF00089) is known color: Hollywood Cerise. HEX triplet: F0, 00 and 89. RGB value is (240,0,137). Sum of RGB (Red+Green+Blue) = 240+0+137=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F00089 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00089 is #0FFF76. Grayscale: #575757. Windows color (decimal): -1048439 or 8978672. OLE color: 8978672.

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

Color convert

RGB 240 0 137 -
CMYK 0 1 0.43 0.06
HSL 325.75º 1% 0.47% -
HSV(B) 325.75º 1% 0.94% -
XYZ 40.45 20.33 25.46 -
YUV 87.38 156.01 236.86 -
System Red Green Blue C M Y K H S L
Decimal 240 0 137 0 1 0.43 0.06 325.75 1 0.47
Hex F0 0 89 0 64 2B 6 146 64 2F
Octal 360 0 211 0 144 53 6 506 144 57
Binary 11110000 0 10001001 0 1100100 101011 110 101000110 1100100 101111

Color Harmonies of #F00089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00089

Black with #F00089

Text Example


Text Example

White with #F00089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00089; }

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

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

background-color css

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

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

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

border-color css

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

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

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