#FC6AAC

Color #FC6AAC Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #FC6AAC

Tints of Hot Pink #FC6AAC

Color information

#FC6AAC (or 0xFC6AAC) is unknown color: approx Hot Pink. HEX triplet: FC, 6A and AC. RGB value is (252,106,172). Sum of RGB (Red+Green+Blue) = 252+106+172=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 106 (41.80% from 255 or 20% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6AAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6AAC is #039553. Grayscale: #9D9D9D. Windows color (decimal): -234836 or 11299580. OLE color: 11299580.

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

Color convert

RGB252106172-
CMYK00.580.320.01
HSL332.88º96.05%70.2%-
HSV(B)332.88º57.94%98.82%-
XYZ52.7533.9842.81-
YUV157.18136.37195.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.55%
GREEN value IS 106 (41.80% from 255) = 20%
BLUE value IS 172 (67.58% from 255) = 32.45%
R=47.55%
G=20%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210617200.580.320.01332.8896.0570.2
HexFC6AAC03A20114d6046
Octal374152254072401515140106
Binary111111001101010101011000111010100000110100110111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6AAC; }

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

 H1.HeaderClassName
 {
   color: #FC6AAC;
 }
 .AnyTagClassName
 {
   color: #FC6AAC;
 }
</style>
background-color css

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

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

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

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

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

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