Html Css Color HEX #F20399 Hollywood Cerise

📋 copy color: '#F20399'

red 242 ◦ green 3 ◦ blue 153

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

Shades of Hollywood Cerise #F20399

Tints of Hollywood Cerise #F20399

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.75%

 BLUE value IS 153 (60.16% from 255) = 38.44%

R = 60.8%
G = 0.75%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F20399 (or 0xF20399) is known color: Hollywood Cerise. HEX triplet: F2, 03 and 99. RGB value is (242,3,153). Sum of RGB (Red+Green+Blue) = 242+3+153=398 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.80% from 398); Green value is 3 (1.56% from 255 or 0.75% from 398); Blue value is 153 (60.16% from 255 or 38.44% from 398); Max value from RGB is 242 - color contains mainly: red. Hex color #F20399 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20399 is #0DFC66. Grayscale: #5B5B5B. Windows color (decimal): -916583 or 10028018. OLE color: 10028018.

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

Color convert

RGB 242 3 153 -
CMYK 0 0.99 0.37 0.05
HSL 322.34º 0.98% 0.48% -
HSV(B) 322.34º 0.99% 0.95% -
XYZ 42.4 21.24 32 -
YUV 91.56 162.68 235.3 -
System Red Green Blue C M Y K H S L
Decimal 242 3 153 0 0.99 0.37 0.05 322.34 0.98 0.48
Hex F2 3 99 0 63 25 5 142 62 30
Octal 362 3 231 0 143 45 5 502 142 60
Binary 11110010 11 10011001 0 1100011 100101 101 101000010 1100010 110000

Color Harmonies of #F20399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20399

Black with #F20399

Text Example


Text Example

White with #F20399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20399; }

 p { color: rgb(242,3,153); }

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

background-color css

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

 a { background-color: rgb(242,3,153); }

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

border-color css

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

 span { border-color: rgb(242,3,153); }

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