Html Css Color HEX #F20292 Hollywood Cerise

📋 copy color: '#F20292'

red 242 ◦ green 2 ◦ blue 146

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

Shades of Hollywood Cerise #F20292

Tints of Hollywood Cerise #F20292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.44%

R = 62.05%
G = 0.51%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F20292 (or 0xF20292) is known color: Hollywood Cerise. HEX triplet: F2, 02 and 92. RGB value is (242,2,146). Sum of RGB (Red+Green+Blue) = 242+2+146=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 2 (1.17% from 255 or 0.51% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F20292 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20292 is #0DFD6D. Grayscale: #595959. Windows color (decimal): -916846 or 9569010. OLE color: 9569010.

HSL color Cylindrical-coordinate representation of color #F20292: hue angle of 324º 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 #F20292 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 2 146 -
CMYK 0 0.99 0.40 0.05
HSL 324º 0.98% 0.48% -
HSV(B) 324º 0.99% 0.95% -
XYZ 41.83 21 29.04 -
YUV 90.18 159.51 236.29 -
System Red Green Blue C M Y K H S L
Decimal 242 2 146 0 0.99 0.40 0.05 324 0.98 0.48
Hex F2 2 92 0 63 28 5 144 62 30
Octal 362 2 222 0 143 50 5 504 142 60
Binary 11110010 10 10010010 0 1100011 101000 101 101000100 1100010 110000

Color Harmonies of #F20292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20292

Black with #F20292

Text Example


Text Example

White with #F20292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20292; }

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

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

background-color css

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

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

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

border-color css

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

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

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