Shades of Hot Pink #FC65AA
Tints of Hot Pink #FC65AA
RGB
CMYK
RGB Variations
Color information
#FC65AA (or 0xFC65AA) is known color: Hot Pink. HEX triplet: FC, 65 and AA. RGB value is (252,101,170). Sum of RGB (Red+Green+Blue) = 252+101+170=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 101 (39.84% from 255 or 19.31% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FC65AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC65AA is #039A55. Grayscale: #999999. Windows color (decimal): -236118 or 11167228. OLE color: 11167228.
HSL color Cylindrical-coordinate representation of color #FC65AA: hue angle of 332.58º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC65AA is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 101 | 170 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.01 |
| HSL | 332.58º | 0.96% | 0.69% | - |
| HSV(B) | 332.58º | 0.6% | 0.99% | - |
| XYZ | 52.05 | 32.91 | 41.64 | - |
| YUV | 154.02 | 137.03 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 101 | 170 | 0 | 0.60 | 0.33 | 0.01 | 332.58 | 0.96 | 0.69 |
| Hex | FC | 65 | AA | 0 | 3C | 21 | 1 | 14D | 60 | 45 |
| Octal | 374 | 145 | 252 | 0 | 74 | 41 | 1 | 515 | 140 | 105 |
| Binary | 11111100 | 1100101 | 10101010 | 0 | 111100 | 100001 | 1 | 101001101 | 1100000 | 1000101 |
Color Harmonies of #FC65AA
Complementary color
Monochromatic Colors of #FC65AA
Black with #FC65AA
Text Example
Text Example
White with #FC65AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC65AA; }
p { color: rgb(252,101,170); }
H1.HeaderClassName
{
color: #FC65AA;
}
.AnyTagClassName
{
color: #FC65AA;
}
</style>
background-color css
<style>
a { background-color: #FC65AA; }
a { background-color: rgb(252,101,170); }
div.DivClassName
{
background-color: #FC65AA;
}
.BgClassName
{
background-color: #FC65AA;
}
</style>
border-color css
<style>
span { border-color: #FC65AA; }
span { border-color: rgb(252,101,170); }
td.TdClassName
{
border-color: #FC65AA;
}
.TagClassName
{
border-color: #FC65AA;
}
</style>