Html Css Color HEX #F0009A Hollywood Cerise

📋 copy color: '#F0009A'

red 240 ◦ green 0 ◦ blue 154

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

Shades of Hollywood Cerise #F0009A

Tints of Hollywood Cerise #F0009A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.09%

R = 60.91%
G = 0%
B = 39.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F0009A (or 0xF0009A) is known color: Hollywood Cerise. HEX triplet: F0, 00 and 9A. RGB value is (240,0,154). Sum of RGB (Red+Green+Blue) = 240+0+154=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 0 (0.39% from 255 or 0% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F0009A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0009A is #0FFF65. Grayscale: #585858. Windows color (decimal): -1048422 or 10092784. OLE color: 10092784.

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

Color convert

RGB 240 0 154 -
CMYK 0 1 0.36 0.06
HSL 321.5º 1% 0.47% -
HSV(B) 321.5º 1% 0.94% -
XYZ 41.77 20.86 32.4 -
YUV 89.32 164.51 235.48 -
System Red Green Blue C M Y K H S L
Decimal 240 0 154 0 1 0.36 0.06 321.5 1 0.47
Hex F0 0 9A 0 64 24 6 142 64 2F
Octal 360 0 232 0 144 44 6 502 144 57
Binary 11110000 0 10011010 0 1100100 100100 110 101000010 1100100 101111

Color Harmonies of #F0009A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0009A

Black with #F0009A

Text Example


Text Example

White with #F0009A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0009A; }

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

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

background-color css

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

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

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

border-color css

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

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

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