Html Css Color HEX #F20797 Hollywood Cerise

📋 copy color: '#F20797'

red 242 ◦ green 7 ◦ blue 151

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

Shades of Hollywood Cerise #F20797

Tints of Hollywood Cerise #F20797

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.75%

 BLUE value IS 151 (59.38% from 255) = 37.75%

R = 60.5%
G = 1.75%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F20797 (or 0xF20797) is known color: Hollywood Cerise. HEX triplet: F2, 07 and 97. RGB value is (242,7,151). Sum of RGB (Red+Green+Blue) = 242+7+151=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 7 (3.12% from 255 or 1.75% from 400); Blue value is 151 (59.38% from 255 or 37.75% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F20797 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20797 is #0DF868. Grayscale: #5D5D5D. Windows color (decimal): -915561 or 9897970. OLE color: 9897970.

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

Color convert

RGB 242 7 151 -
CMYK 0 0.97 0.38 0.05
HSL 323.23º 0.94% 0.49% -
HSV(B) 323.23º 0.97% 0.95% -
XYZ 42.28 21.26 31.15 -
YUV 93.68 160.36 233.79 -
System Red Green Blue C M Y K H S L
Decimal 242 7 151 0 0.97 0.38 0.05 323.23 0.94 0.49
Hex F2 7 97 0 61 26 5 143 5E 31
Octal 362 7 227 0 141 46 5 503 136 61
Binary 11110010 111 10010111 0 1100001 100110 101 101000011 1011110 110001

Color Harmonies of #F20797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20797

Black with #F20797

Text Example


Text Example

White with #F20797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20797; }

 p { color: rgb(242,7,151); }

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

background-color css

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

 a { background-color: rgb(242,7,151); }

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

border-color css

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

 span { border-color: rgb(242,7,151); }

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