Html Css Color HEX #F20A9F Hollywood Cerise

📋 copy color: '#F20A9F'

red 242 ◦ green 10 ◦ blue 159

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

Shades of Hollywood Cerise #F20A9F

Tints of Hollywood Cerise #F20A9F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.43%

 BLUE value IS 159 (62.5% from 255) = 38.69%

R = 58.88%
G = 2.43%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F20A9F (or 0xF20A9F) is known color: Hollywood Cerise. HEX triplet: F2, 0A and 9F. RGB value is (242,10,159). Sum of RGB (Red+Green+Blue) = 242+10+159=411 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.88% from 411); Green value is 10 (4.30% from 255 or 2.43% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 242 - color contains mainly: red. Hex color #F20A9F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20A9F is #0DF560. Grayscale: #5F5F5F. Windows color (decimal): -914785 or 10423026. OLE color: 10423026.

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

Color convert

RGB 242 10 159 -
CMYK 0 0.96 0.34 0.05
HSL 321.47º 0.92% 0.49% -
HSV(B) 321.47º 0.96% 0.95% -
XYZ 42.98 21.6 34.7 -
YUV 96.35 163.36 231.88 -
System Red Green Blue C M Y K H S L
Decimal 242 10 159 0 0.96 0.34 0.05 321.47 0.92 0.49
Hex F2 A 9F 0 60 22 5 141 5C 31
Octal 362 12 237 0 140 42 5 501 134 61
Binary 11110010 1010 10011111 0 1100000 100010 101 101000001 1011100 110001

Color Harmonies of #F20A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20A9F

Black with #F20A9F

Text Example


Text Example

White with #F20A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20A9F; }

 p { color: rgb(242,10,159); }

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

background-color css

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

 a { background-color: rgb(242,10,159); }

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

border-color css

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

 span { border-color: rgb(242,10,159); }

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