Html Css Color HEX #FC05AA Hollywood Cerise

📋 copy color: '#FC05AA'

red 252 ◦ green 5 ◦ blue 170

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

Shades of Hollywood Cerise #FC05AA

Tints of Hollywood Cerise #FC05AA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.17%

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

R = 59.02%
G = 1.17%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC05AA (or 0xFC05AA) is known color: Hollywood Cerise. HEX triplet: FC, 05 and AA. RGB value is (252,5,170). Sum of RGB (Red+Green+Blue) = 252+5+170=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 5 (2.34% from 255 or 1.17% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FC05AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC05AA is #03FA55. Grayscale: #616161. Windows color (decimal): -260694 or 11142652. OLE color: 11142652.

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

Color convert

RGB 252 5 170 -
CMYK 0 0.98 0.33 0.01
HSL 319.92º 0.98% 0.5% -
HSV(B) 319.92º 0.98% 0.99% -
XYZ 47.45 23.71 40.1 -
YUV 97.66 168.83 238.08 -
System Red Green Blue C M Y K H S L
Decimal 252 5 170 0 0.98 0.33 0.01 319.92 0.98 0.5
Hex FC 5 AA 0 62 21 1 140 62 32
Octal 374 5 252 0 142 41 1 500 142 62
Binary 11111100 101 10101010 0 1100010 100001 1 101000000 1100010 110010

Color Harmonies of #FC05AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC05AA

Black with #FC05AA

Text Example


Text Example

White with #FC05AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC05AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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