Html Css Color HEX #F20592 Hollywood Cerise

📋 copy color: '#F20592'

red 242 ◦ green 5 ◦ blue 146

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

Shades of Hollywood Cerise #F20592

Tints of Hollywood Cerise #F20592

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.27%

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

R = 61.58%
G = 1.27%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F20592 (or 0xF20592) is known color: Hollywood Cerise. HEX triplet: F2, 05 and 92. RGB value is (242,5,146). Sum of RGB (Red+Green+Blue) = 242+5+146=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 5 (2.34% from 255 or 1.27% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F20592 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20592 is #0DFA6D. Grayscale: #5B5B5B. Windows color (decimal): -916078 or 9569778. OLE color: 9569778.

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

Color convert

RGB 242 5 146 -
CMYK 0 0.98 0.40 0.05
HSL 324.3º 0.96% 0.48% -
HSV(B) 324.3º 0.98% 0.95% -
XYZ 41.86 21.06 29.05 -
YUV 91.94 158.52 235.04 -
System Red Green Blue C M Y K H S L
Decimal 242 5 146 0 0.98 0.40 0.05 324.3 0.96 0.48
Hex F2 5 92 0 62 28 5 144 60 30
Octal 362 5 222 0 142 50 5 504 140 60
Binary 11110010 101 10010010 0 1100010 101000 101 101000100 1100000 110000

Color Harmonies of #F20592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20592

Black with #F20592

Text Example


Text Example

White with #F20592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20592; }

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

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

background-color css

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

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

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

border-color css

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

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

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