Html Css Color HEX #FC00AA Hollywood Cerise

📋 copy color: '#FC00AA'

red 252 ◦ green 0 ◦ blue 170

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

Shades of Hollywood Cerise #FC00AA

Tints of Hollywood Cerise #FC00AA

RGB

 RED value IS 252 (98.83% from 255) = 59.72%

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

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

R = 59.72%
G = 0%
B = 40.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC00AA (or 0xFC00AA) is known color: Hollywood Cerise. HEX triplet: FC, 00 and AA. RGB value is (252,0,170). Sum of RGB (Red+Green+Blue) = 252+0+170=422 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.72% from 422); Green value is 0 (0.39% from 255 or 0% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC00AA is #03FF55. Grayscale: #5E5E5E. Windows color (decimal): -261974 or 11141372. OLE color: 11141372.

HSL color Cylindrical-coordinate representation of color #FC00AA: hue angle of 319.52º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC00AA is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 0 170 -
CMYK 0 1 0.33 0.01
HSL 319.52º 1% 0.49% -
HSV(B) 319.52º 1% 0.99% -
XYZ 47.4 23.6 40.09 -
YUV 94.73 170.49 240.18 -
System Red Green Blue C M Y K H S L
Decimal 252 0 170 0 1 0.33 0.01 319.52 1 0.49
Hex FC 0 AA 0 64 21 1 140 64 31
Octal 374 0 252 0 144 41 1 500 144 61
Binary 11111100 0 10101010 0 1100100 100001 1 101000000 1100100 110001

Color Harmonies of #FC00AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC00AA

Black with #FC00AA

Text Example


Text Example

White with #FC00AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC00AA; }

 p { color: rgb(252,0,170); }

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

background-color css

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

 a { background-color: rgb(252,0,170); }

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

border-color css

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

 span { border-color: rgb(252,0,170); }

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