Html Css Color HEX #F00091 Hollywood Cerise

📋 copy color: '#F00091'

red 240 ◦ green 0 ◦ blue 145

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

Shades of Hollywood Cerise #F00091

Tints of Hollywood Cerise #F00091

RGB

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

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

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

R = 62.34%
G = 0%
B = 37.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F00091 (or 0xF00091) is known color: Hollywood Cerise. HEX triplet: F0, 00 and 91. RGB value is (240,0,145). Sum of RGB (Red+Green+Blue) = 240+0+145=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 145 (57.03% from 255 or 37.66% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F00091 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00091 is #0FFF6E. Grayscale: #575757. Windows color (decimal): -1048431 or 9502960. OLE color: 9502960.

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

Color convert

RGB 240 0 145 -
CMYK 0 1 0.40 0.06
HSL 323.75º 1% 0.47% -
HSV(B) 323.75º 1% 0.94% -
XYZ 41.05 20.57 28.6 -
YUV 88.29 160.01 236.21 -
System Red Green Blue C M Y K H S L
Decimal 240 0 145 0 1 0.40 0.06 323.75 1 0.47
Hex F0 0 91 0 64 28 6 144 64 2F
Octal 360 0 221 0 144 50 6 504 144 57
Binary 11110000 0 10010001 0 1100100 101000 110 101000100 1100100 101111

Color Harmonies of #F00091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00091

Black with #F00091

Text Example


Text Example

White with #F00091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00091; }

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

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

background-color css

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

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

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

border-color css

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

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

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