Html Css Color HEX #F20099 Hollywood Cerise

📋 copy color: '#F20099'

red 242 ◦ green 0 ◦ blue 153

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

Shades of Hollywood Cerise #F20099

Tints of Hollywood Cerise #F20099

RGB

 RED value IS 242 (94.92% from 255) = 61.27%

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

 BLUE value IS 153 (60.16% from 255) = 38.73%

R = 61.27%
G = 0%
B = 38.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F20099 (or 0xF20099) is known color: Hollywood Cerise. HEX triplet: F2, 00 and 99. RGB value is (242,0,153). Sum of RGB (Red+Green+Blue) = 242+0+153=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F20099 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20099 is #0DFF66. Grayscale: #595959. Windows color (decimal): -917351 or 10027250. OLE color: 10027250.

HSL color Cylindrical-coordinate representation of color #F20099: hue angle of 322.07º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F20099 is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 0 153 -
CMYK 0 1 0.37 0.05
HSL 322.07º 1% 0.47% -
HSV(B) 322.07º 1% 0.95% -
XYZ 42.37 21.18 31.99 -
YUV 89.8 163.67 236.56 -
System Red Green Blue C M Y K H S L
Decimal 242 0 153 0 1 0.37 0.05 322.07 1 0.47
Hex F2 0 99 0 64 25 5 142 64 2F
Octal 362 0 231 0 144 45 5 502 144 57
Binary 11110010 0 10011001 0 1100100 100101 101 101000010 1100100 101111

Color Harmonies of #F20099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20099

Black with #F20099

Text Example


Text Example

White with #F20099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20099; }

 p { color: rgb(242,0,153); }

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

background-color css

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

 a { background-color: rgb(242,0,153); }

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

border-color css

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

 span { border-color: rgb(242,0,153); }

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