Html Css Color HEX #F20898 Hollywood Cerise

📋 copy color: '#F20898'

red 242 ◦ green 8 ◦ blue 152

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

Shades of Hollywood Cerise #F20898

Tints of Hollywood Cerise #F20898

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.99%

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

R = 60.2%
G = 1.99%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F20898 (or 0xF20898) is known color: Hollywood Cerise. HEX triplet: F2, 08 and 98. RGB value is (242,8,152). Sum of RGB (Red+Green+Blue) = 242+8+152=402 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.20% from 402); Green value is 8 (3.52% from 255 or 1.99% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 242 - color contains mainly: red. Hex color #F20898 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20898 is #0DF767. Grayscale: #5E5E5E. Windows color (decimal): -915304 or 9963762. OLE color: 9963762.

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

Color convert

RGB 242 8 152 -
CMYK 0 0.97 0.37 0.05
HSL 323.08º 0.94% 0.49% -
HSV(B) 323.08º 0.97% 0.95% -
XYZ 42.37 21.32 31.59 -
YUV 94.38 160.52 233.29 -
System Red Green Blue C M Y K H S L
Decimal 242 8 152 0 0.97 0.37 0.05 323.08 0.94 0.49
Hex F2 8 98 0 61 25 5 143 5E 31
Octal 362 10 230 0 141 45 5 503 136 61
Binary 11110010 1000 10011000 0 1100001 100101 101 101000011 1011110 110001

Color Harmonies of #F20898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20898

Black with #F20898

Text Example


Text Example

White with #F20898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20898; }

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

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

background-color css

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

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

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

border-color css

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

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

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