Html Css Color HEX #F20897 Hollywood Cerise

📋 copy color: '#F20897'

red 242 ◦ green 8 ◦ blue 151

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

Shades of Hollywood Cerise #F20897

Tints of Hollywood Cerise #F20897

RGB

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

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

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

R = 60.35%
G = 2%
B = 37.66%

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

#F20897 (or 0xF20897) is known color: Hollywood Cerise. HEX triplet: F2, 08 and 97. RGB value is (242,8,151). Sum of RGB (Red+Green+Blue) = 242+8+151=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 8 (3.52% from 255 or 2.00% from 401); Blue value is 151 (59.38% from 255 or 37.66% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F20897 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20897 is #0DF768. Grayscale: #5D5D5D. Windows color (decimal): -915305 or 9898226. OLE color: 9898226.

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

Color convert

RGB 242 8 151 -
CMYK 0 0.97 0.38 0.05
HSL 323.33º 0.94% 0.49% -
HSV(B) 323.33º 0.97% 0.95% -
XYZ 42.29 21.29 31.16 -
YUV 94.27 160.02 233.37 -
System Red Green Blue C M Y K H S L
Decimal 242 8 151 0 0.97 0.38 0.05 323.33 0.94 0.49
Hex F2 8 97 0 61 26 5 143 5E 31
Octal 362 10 227 0 141 46 5 503 136 61
Binary 11110010 1000 10010111 0 1100001 100110 101 101000011 1011110 110001

Color Harmonies of #F20897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20897

Black with #F20897

Text Example


Text Example

White with #F20897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20897; }

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

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

background-color css

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

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

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

border-color css

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

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

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