Html Css Color HEX #F20994 Hollywood Cerise

📋 copy color: '#F20994'

red 242 ◦ green 9 ◦ blue 148

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

Shades of Hollywood Cerise #F20994

Tints of Hollywood Cerise #F20994

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.26%

 BLUE value IS 148 (58.2% from 255) = 37.09%

R = 60.65%
G = 2.26%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F20994 (or 0xF20994) is known color: Hollywood Cerise. HEX triplet: F2, 09 and 94. RGB value is (242,9,148). Sum of RGB (Red+Green+Blue) = 242+9+148=399 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.65% from 399); Green value is 9 (3.91% from 255 or 2.26% from 399); Blue value is 148 (58.20% from 255 or 37.09% from 399); Max value from RGB is 242 - color contains mainly: red. Hex color #F20994 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20994 is #0DF66B. Grayscale: #5E5E5E. Windows color (decimal): -915052 or 9701874. OLE color: 9701874.

HSL color Cylindrical-coordinate representation of color #F20994: hue angle of 324.21º degrees, saturation: 0.93, 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 #F20994 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 9 148 -
CMYK 0 0.96 0.39 0.05
HSL 324.21º 0.93% 0.49% -
HSV(B) 324.21º 0.96% 0.95% -
XYZ 42.06 21.21 29.89 -
YUV 94.51 158.19 233.2 -
System Red Green Blue C M Y K H S L
Decimal 242 9 148 0 0.96 0.39 0.05 324.21 0.93 0.49
Hex F2 9 94 0 60 27 5 144 5D 31
Octal 362 11 224 0 140 47 5 504 135 61
Binary 11110010 1001 10010100 0 1100000 100111 101 101000100 1011101 110001

Color Harmonies of #F20994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20994

Black with #F20994

Text Example


Text Example

White with #F20994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20994; }

 p { color: rgb(242,9,148); }

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

background-color css

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

 a { background-color: rgb(242,9,148); }

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

border-color css

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

 span { border-color: rgb(242,9,148); }

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