Html Css Color HEX #F20A98 Hollywood Cerise

📋 copy color: '#F20A98'

red 242 ◦ green 10 ◦ blue 152

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

Shades of Hollywood Cerise #F20A98

Tints of Hollywood Cerise #F20A98

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.48%

 BLUE value IS 152 (59.77% from 255) = 37.62%

R = 59.9%
G = 2.48%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F20A98 (or 0xF20A98) is known color: Hollywood Cerise. HEX triplet: F2, 0A and 98. RGB value is (242,10,152). Sum of RGB (Red+Green+Blue) = 242+10+152=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 10 (4.30% from 255 or 2.48% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F20A98 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20A98 is #0DF567. Grayscale: #5F5F5F. Windows color (decimal): -914792 or 9964274. OLE color: 9964274.

HSL color Cylindrical-coordinate representation of color #F20A98: hue angle of 323.28º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F20A98 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 10 152 -
CMYK 0 0.96 0.37 0.05
HSL 323.28º 0.92% 0.49% -
HSV(B) 323.28º 0.96% 0.95% -
XYZ 42.39 21.36 31.59 -
YUV 95.56 159.86 232.45 -
System Red Green Blue C M Y K H S L
Decimal 242 10 152 0 0.96 0.37 0.05 323.28 0.92 0.49
Hex F2 A 98 0 60 25 5 143 5C 31
Octal 362 12 230 0 140 45 5 503 134 61
Binary 11110010 1010 10011000 0 1100000 100101 101 101000011 1011100 110001

Color Harmonies of #F20A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20A98

Black with #F20A98

Text Example


Text Example

White with #F20A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20A98; }

 p { color: rgb(242,10,152); }

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

background-color css

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

 a { background-color: rgb(242,10,152); }

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

border-color css

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

 span { border-color: rgb(242,10,152); }

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