Html Css Color HEX #F20091 Hollywood Cerise

📋 copy color: '#F20091'

red 242 ◦ green 0 ◦ blue 145

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

Shades of Hollywood Cerise #F20091

Tints of Hollywood Cerise #F20091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 145 (57.03% from 255) = 37.47%

R = 62.53%
G = 0%
B = 37.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F20091 (or 0xF20091) is known color: Hollywood Cerise. HEX triplet: F2, 00 and 91. RGB value is (242,0,145). Sum of RGB (Red+Green+Blue) = 242+0+145=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 0 (0.39% from 255 or 0% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F20091 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20091 is #0DFF6E. Grayscale: #585858. Windows color (decimal): -917359 or 9502962. OLE color: 9502962.

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

Color convert

RGB 242 0 145 -
CMYK 0 1 0.40 0.05
HSL 324.05º 1% 0.47% -
HSV(B) 324.05º 1% 0.95% -
XYZ 41.73 20.92 28.63 -
YUV 88.89 159.67 237.21 -
System Red Green Blue C M Y K H S L
Decimal 242 0 145 0 1 0.40 0.05 324.05 1 0.47
Hex F2 0 91 0 64 28 5 144 64 2F
Octal 362 0 221 0 144 50 5 504 144 57
Binary 11110010 0 10010001 0 1100100 101000 101 101000100 1100100 101111

Color Harmonies of #F20091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20091

Black with #F20091

Text Example


Text Example

White with #F20091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20091; }

 p { color: rgb(242,0,145); }

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

background-color css

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

 a { background-color: rgb(242,0,145); }

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

border-color css

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

 span { border-color: rgb(242,0,145); }

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