Html Css Color HEX #F20FAA Hollywood Cerise

📋 copy color: '#F20FAA'

red 242 ◦ green 15 ◦ blue 170

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

Shades of Hollywood Cerise #F20FAA

Tints of Hollywood Cerise #F20FAA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.51%

 BLUE value IS 170 (66.8% from 255) = 39.81%

R = 56.67%
G = 3.51%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F20FAA (or 0xF20FAA) is known color: Hollywood Cerise. HEX triplet: F2, 0F and AA. RGB value is (242,15,170). Sum of RGB (Red+Green+Blue) = 242+15+170=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 15 (6.25% from 255 or 3.51% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F20FAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20FAA is #0DF055. Grayscale: #646464. Windows color (decimal): -913494 or 11145202. OLE color: 11145202.

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

Color convert

RGB 242 15 170 -
CMYK 0 0.94 0.30 0.05
HSL 319.03º 0.9% 0.5% -
HSV(B) 319.03º 0.94% 0.95% -
XYZ 44.04 22.12 39.98 -
YUV 100.54 167.21 228.9 -
System Red Green Blue C M Y K H S L
Decimal 242 15 170 0 0.94 0.30 0.05 319.03 0.9 0.5
Hex F2 F AA 0 5E 1E 5 13F 5A 32
Octal 362 17 252 0 136 36 5 477 132 62
Binary 11110010 1111 10101010 0 1011110 11110 101 100111111 1011010 110010

Color Harmonies of #F20FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20FAA

Black with #F20FAA

Text Example


Text Example

White with #F20FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20FAA; }

 p { color: rgb(242,15,170); }

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

background-color css

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

 a { background-color: rgb(242,15,170); }

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

border-color css

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

 span { border-color: rgb(242,15,170); }

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