Html Css Color HEX #F20AAC Hollywood Cerise

📋 copy color: '#F20AAC'

red 242 ◦ green 10 ◦ blue 172

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

Shades of Hollywood Cerise #F20AAC

Tints of Hollywood Cerise #F20AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.57%

R = 57.08%
G = 2.36%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F20AAC (or 0xF20AAC) is known color: Hollywood Cerise. HEX triplet: F2, 0A and AC. RGB value is (242,10,172). Sum of RGB (Red+Green+Blue) = 242+10+172=424 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.08% from 424); Green value is 10 (4.30% from 255 or 2.36% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 242 - color contains mainly: red. Hex color #F20AAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20AAC is #0DF553. Grayscale: #616161. Windows color (decimal): -914772 or 11274994. OLE color: 11274994.

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

Color convert

RGB 242 10 172 -
CMYK 0 0.96 0.29 0.05
HSL 318.1º 0.92% 0.49% -
HSV(B) 318.1º 0.96% 0.95% -
XYZ 44.17 22.07 40.96 -
YUV 97.84 169.86 230.83 -
System Red Green Blue C M Y K H S L
Decimal 242 10 172 0 0.96 0.29 0.05 318.1 0.92 0.49
Hex F2 A AC 0 60 1D 5 13E 5C 31
Octal 362 12 254 0 140 35 5 476 134 61
Binary 11110010 1010 10101100 0 1100000 11101 101 100111110 1011100 110001

Color Harmonies of #F20AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20AAC

Black with #F20AAC

Text Example


Text Example

White with #F20AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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