Html Css Color HEX #F20296 Hollywood Cerise

📋 copy color: '#F20296'

red 242 ◦ green 2 ◦ blue 150

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

Shades of Hollywood Cerise #F20296

Tints of Hollywood Cerise #F20296

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.51%

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

R = 61.42%
G = 0.51%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F20296 (or 0xF20296) is known color: Hollywood Cerise. HEX triplet: F2, 02 and 96. RGB value is (242,2,150). Sum of RGB (Red+Green+Blue) = 242+2+150=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 2 (1.17% from 255 or 0.51% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F20296 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20296 is #0DFD69. Grayscale: #5A5A5A. Windows color (decimal): -916842 or 9831154. OLE color: 9831154.

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

Color convert

RGB 242 2 150 -
CMYK 0 0.99 0.38 0.05
HSL 323º 0.98% 0.48% -
HSV(B) 323º 0.99% 0.95% -
XYZ 42.14 21.12 30.71 -
YUV 90.63 161.51 235.97 -
System Red Green Blue C M Y K H S L
Decimal 242 2 150 0 0.99 0.38 0.05 323 0.98 0.48
Hex F2 2 96 0 63 26 5 143 62 30
Octal 362 2 226 0 143 46 5 503 142 60
Binary 11110010 10 10010110 0 1100011 100110 101 101000011 1100010 110000

Color Harmonies of #F20296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20296

Black with #F20296

Text Example


Text Example

White with #F20296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20296; }

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

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

background-color css

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

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

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

border-color css

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

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

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