Html Css Color HEX #F20C97 Hollywood Cerise

📋 copy color: '#F20C97'

red 242 ◦ green 12 ◦ blue 151

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

Shades of Hollywood Cerise #F20C97

Tints of Hollywood Cerise #F20C97

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.96%

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

R = 59.75%
G = 2.96%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F20C97 (or 0xF20C97) is known color: Hollywood Cerise. HEX triplet: F2, 0C and 97. RGB value is (242,12,151). Sum of RGB (Red+Green+Blue) = 242+12+151=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 12 (5.08% from 255 or 2.96% from 405); Blue value is 151 (59.38% from 255 or 37.28% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F20C97 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20C97 is #0DF368. Grayscale: #606060. Windows color (decimal): -914281 or 9899250. OLE color: 9899250.

HSL color Cylindrical-coordinate representation of color #F20C97: hue angle of 323.74º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F20C97 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 12 151 -
CMYK 0 0.95 0.38 0.05
HSL 323.74º 0.91% 0.5% -
HSV(B) 323.74º 0.95% 0.95% -
XYZ 42.34 21.37 31.17 -
YUV 96.62 158.7 231.7 -
System Red Green Blue C M Y K H S L
Decimal 242 12 151 0 0.95 0.38 0.05 323.74 0.91 0.5
Hex F2 C 97 0 5F 26 5 144 5B 32
Octal 362 14 227 0 137 46 5 504 133 62
Binary 11110010 1100 10010111 0 1011111 100110 101 101000100 1011011 110010

Color Harmonies of #F20C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20C97

Black with #F20C97

Text Example


Text Example

White with #F20C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20C97; }

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

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

background-color css

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

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

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

border-color css

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

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

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