Html Css Color HEX #FC0AAC Hollywood Cerise

📋 copy color: '#FC0AAC'

red 252 ◦ green 10 ◦ blue 172

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

Shades of Hollywood Cerise #FC0AAC

Tints of Hollywood Cerise #FC0AAC

RGB

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

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

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

R = 58.06%
G = 2.3%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC0AAC (or 0xFC0AAC) is known color: Hollywood Cerise. HEX triplet: FC, 0A and AC. RGB value is (252,10,172). Sum of RGB (Red+Green+Blue) = 252+10+172=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 10 (4.30% from 255 or 2.30% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0AAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0AAC is #03F553. Grayscale: #646464. Windows color (decimal): -259412 or 11275004. OLE color: 11275004.

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

Color convert

RGB 252 10 172 -
CMYK 0 0.96 0.32 0.01
HSL 319.83º 0.98% 0.51% -
HSV(B) 319.83º 0.96% 0.99% -
XYZ 47.7 23.89 41.13 -
YUV 100.83 168.17 235.83 -
System Red Green Blue C M Y K H S L
Decimal 252 10 172 0 0.96 0.32 0.01 319.83 0.98 0.51
Hex FC A AC 0 60 20 1 140 62 33
Octal 374 12 254 0 140 40 1 500 142 63
Binary 11111100 1010 10101100 0 1100000 100000 1 101000000 1100010 110011

Color Harmonies of #FC0AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0AAC

Black with #FC0AAC

Text Example


Text Example

White with #FC0AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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