Html Css Color HEX #F20995 Hollywood Cerise

📋 copy color: '#F20995'

red 242 ◦ green 9 ◦ blue 149

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

Shades of Hollywood Cerise #F20995

Tints of Hollywood Cerise #F20995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.25%

R = 60.5%
G = 2.25%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F20995 (or 0xF20995) is known color: Hollywood Cerise. HEX triplet: F2, 09 and 95. RGB value is (242,9,149). Sum of RGB (Red+Green+Blue) = 242+9+149=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 9 (3.91% from 255 or 2.25% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F20995 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20995 is #0DF66A. Grayscale: #5E5E5E. Windows color (decimal): -915051 or 9767410. OLE color: 9767410.

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

Color convert

RGB 242 9 149 -
CMYK 0 0.96 0.38 0.05
HSL 323.95º 0.93% 0.49% -
HSV(B) 323.95º 0.96% 0.95% -
XYZ 42.14 21.24 30.31 -
YUV 94.63 158.69 233.12 -
System Red Green Blue C M Y K H S L
Decimal 242 9 149 0 0.96 0.38 0.05 323.95 0.93 0.49
Hex F2 9 95 0 60 26 5 144 5D 31
Octal 362 11 225 0 140 46 5 504 135 61
Binary 11110010 1001 10010101 0 1100000 100110 101 101000100 1011101 110001

Color Harmonies of #F20995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20995

Black with #F20995

Text Example


Text Example

White with #F20995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20995; }

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

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

background-color css

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

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

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

border-color css

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

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

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