Html Css Color HEX #F20E9F Hollywood Cerise

📋 copy color: '#F20E9F'

red 242 ◦ green 14 ◦ blue 159

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

Shades of Hollywood Cerise #F20E9F

Tints of Hollywood Cerise #F20E9F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.37%

 BLUE value IS 159 (62.5% from 255) = 38.31%

R = 58.31%
G = 3.37%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F20E9F (or 0xF20E9F) is known color: Hollywood Cerise. HEX triplet: F2, 0E and 9F. RGB value is (242,14,159). Sum of RGB (Red+Green+Blue) = 242+14+159=415 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.31% from 415); Green value is 14 (5.86% from 255 or 3.37% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 242 - color contains mainly: red. Hex color #F20E9F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20E9F is #0DF160. Grayscale: #626262. Windows color (decimal): -913761 or 10424050. OLE color: 10424050.

HSL color Cylindrical-coordinate representation of color #F20E9F: hue angle of 321.84º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F20E9F is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 14 159 -
CMYK 0 0.94 0.34 0.05
HSL 321.84º 0.9% 0.5% -
HSV(B) 321.84º 0.94% 0.95% -
XYZ 43.03 21.69 34.72 -
YUV 98.7 162.04 230.21 -
System Red Green Blue C M Y K H S L
Decimal 242 14 159 0 0.94 0.34 0.05 321.84 0.9 0.5
Hex F2 E 9F 0 5E 22 5 142 5A 32
Octal 362 16 237 0 136 42 5 502 132 62
Binary 11110010 1110 10011111 0 1011110 100010 101 101000010 1011010 110010

Color Harmonies of #F20E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20E9F

Black with #F20E9F

Text Example


Text Example

White with #F20E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20E9F; }

 p { color: rgb(242,14,159); }

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

background-color css

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

 a { background-color: rgb(242,14,159); }

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

border-color css

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

 span { border-color: rgb(242,14,159); }

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