Html Css Color HEX #F201AA Hollywood Cerise

📋 copy color: '#F201AA'

red 242 ◦ green 1 ◦ blue 170

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

Shades of Hollywood Cerise #F201AA

Tints of Hollywood Cerise #F201AA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

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

R = 58.6%
G = 0.24%
B = 41.16%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F201AA (or 0xF201AA) is known color: Hollywood Cerise. HEX triplet: F2, 01 and AA. RGB value is (242,1,170). Sum of RGB (Red+Green+Blue) = 242+1+170=413 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.60% from 413); Green value is 1 (0.78% from 255 or 0.24% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 242 - color contains mainly: red. Hex color #F201AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F201AA is #0DFE55. Grayscale: #5B5B5B. Windows color (decimal): -917078 or 11141618. OLE color: 11141618.

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

Color convert

RGB 242 1 170 -
CMYK 0 1.00 0.30 0.05
HSL 317.93º 0.99% 0.48% -
HSV(B) 317.93º 1% 0.95% -
XYZ 43.88 21.8 39.93 -
YUV 92.33 171.84 234.76 -
System Red Green Blue C M Y K H S L
Decimal 242 1 170 0 1.00 0.30 0.05 317.93 0.99 0.48
Hex F2 1 AA 0 64 1E 5 13E 63 30
Octal 362 1 252 0 144 36 5 476 143 60
Binary 11110010 1 10101010 0 1100100 11110 101 100111110 1100011 110000

Color Harmonies of #F201AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F201AA

Black with #F201AA

Text Example


Text Example

White with #F201AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F201AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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