#FC6CAA

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

Shades of Hot Pink #FC6CAA

Tints of Hot Pink #FC6CAA

Color information

#FC6CAA (or 0xFC6CAA) is unknown color: approx Hot Pink. HEX triplet: FC, 6C and AA. RGB value is (252,108,170). Sum of RGB (Red+Green+Blue) = 252+108+170=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 108 (42.58% from 255 or 20.38% from 530); Blue value is 170 (66.80% from 255 or 32.08% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6CAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6CAA is #039355. Grayscale: #9E9E9E. Windows color (decimal): -234326 or 11169020. OLE color: 11169020.

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

Color convert

RGB252108170-
CMYK00.570.330.01
HSL334.17º96%70.59%-
HSV(B)334.17º57.14%98.82%-
XYZ52.7634.3241.87-
YUV158.12134.71194.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.55%
GREEN value IS 108 (42.58% from 255) = 20.38%
BLUE value IS 170 (66.80% from 255) = 32.08%
R=47.55%
G=20.38%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210817000.570.330.01334.179670.59
HexFC6CAA03921114e6047
Octal374154252071411516140107
Binary111111001101100101010100111001100001110100111011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6CAA; }

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

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

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

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

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

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

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

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