Html Css Color HEX #F20496 Hollywood Cerise

📋 copy color: '#F20496'

red 242 ◦ green 4 ◦ blue 150

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

Shades of Hollywood Cerise #F20496

Tints of Hollywood Cerise #F20496

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.01%

 BLUE value IS 150 (58.98% from 255) = 37.88%

R = 61.11%
G = 1.01%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F20496 (or 0xF20496) is known color: Hollywood Cerise. HEX triplet: F2, 04 and 96. RGB value is (242,4,150). Sum of RGB (Red+Green+Blue) = 242+4+150=396 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.11% from 396); Green value is 4 (1.95% from 255 or 1.01% from 396); Blue value is 150 (58.98% from 255 or 37.88% from 396); Max value from RGB is 242 - color contains mainly: red. Hex color #F20496 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20496 is #0DFB69. Grayscale: #5B5B5B. Windows color (decimal): -916330 or 9831666. OLE color: 9831666.

HSL color Cylindrical-coordinate representation of color #F20496: hue angle of 323.19º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F20496 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 4 150 -
CMYK 0 0.98 0.38 0.05
HSL 323.19º 0.97% 0.48% -
HSV(B) 323.19º 0.98% 0.95% -
XYZ 42.17 21.17 30.72 -
YUV 91.81 160.85 235.13 -
System Red Green Blue C M Y K H S L
Decimal 242 4 150 0 0.98 0.38 0.05 323.19 0.97 0.48
Hex F2 4 96 0 62 26 5 143 61 30
Octal 362 4 226 0 142 46 5 503 141 60
Binary 11110010 100 10010110 0 1100010 100110 101 101000011 1100001 110000

Color Harmonies of #F20496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20496

Black with #F20496

Text Example


Text Example

White with #F20496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20496; }

 p { color: rgb(242,4,150); }

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

background-color css

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

 a { background-color: rgb(242,4,150); }

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

border-color css

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

 span { border-color: rgb(242,4,150); }

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