Html Css Color HEX #F20092 Hollywood Cerise

📋 copy color: '#F20092'

red 242 ◦ green 0 ◦ blue 146

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

Shades of Hollywood Cerise #F20092

Tints of Hollywood Cerise #F20092

RGB

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

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

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

R = 62.37%
G = 0%
B = 37.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F20092 (or 0xF20092) is known color: Hollywood Cerise. HEX triplet: F2, 00 and 92. RGB value is (242,0,146). Sum of RGB (Red+Green+Blue) = 242+0+146=388 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.37% from 388); Green value is 0 (0.39% from 255 or 0% from 388); Blue value is 146 (57.42% from 255 or 37.63% from 388); Max value from RGB is 242 - color contains mainly: red. Hex color #F20092 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20092 is #0DFF6D. Grayscale: #585858. Windows color (decimal): -917358 or 9568498. OLE color: 9568498.

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

Color convert

RGB 242 0 146 -
CMYK 0 1 0.40 0.05
HSL 323.8º 1% 0.47% -
HSV(B) 323.8º 1% 0.95% -
XYZ 41.81 20.95 29.03 -
YUV 89 160.17 237.13 -
System Red Green Blue C M Y K H S L
Decimal 242 0 146 0 1 0.40 0.05 323.8 1 0.47
Hex F2 0 92 0 64 28 5 144 64 2F
Octal 362 0 222 0 144 50 5 504 144 57
Binary 11110010 0 10010010 0 1100100 101000 101 101000100 1100100 101111

Color Harmonies of #F20092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20092

Black with #F20092

Text Example


Text Example

White with #F20092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20092; }

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

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

background-color css

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

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

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

border-color css

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

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

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