Html Css Color HEX #F00891 Hollywood Cerise

📋 copy color: '#F00891'

red 240 ◦ green 8 ◦ blue 145

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

Shades of Hollywood Cerise #F00891

Tints of Hollywood Cerise #F00891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.9%

R = 61.07%
G = 2.04%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F00891 (or 0xF00891) is known color: Hollywood Cerise. HEX triplet: F0, 08 and 91. RGB value is (240,8,145). Sum of RGB (Red+Green+Blue) = 240+8+145=393 (52% of max value = 765). Red value is 240 (94.14% from 255 or 61.07% from 393); Green value is 8 (3.52% from 255 or 2.04% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 240 - color contains mainly: red. Hex color #F00891 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00891 is #0FF76E. Grayscale: #5C5C5C. Windows color (decimal): -1046383 or 9505008. OLE color: 9505008.

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

Color convert

RGB 240 8 145 -
CMYK 0 0.97 0.40 0.06
HSL 324.57º 0.94% 0.49% -
HSV(B) 324.57º 0.97% 0.94% -
XYZ 41.13 20.74 28.62 -
YUV 92.99 157.36 232.86 -
System Red Green Blue C M Y K H S L
Decimal 240 8 145 0 0.97 0.40 0.06 324.57 0.94 0.49
Hex F0 8 91 0 61 28 6 145 5E 31
Octal 360 10 221 0 141 50 6 505 136 61
Binary 11110000 1000 10010001 0 1100001 101000 110 101000101 1011110 110001

Color Harmonies of #F00891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00891

Black with #F00891

Text Example


Text Example

White with #F00891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00891; }

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

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

background-color css

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

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

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

border-color css

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

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

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