Shades of Hot Pink #FC65AB
Tints of Hot Pink #FC65AB
RGB
CMYK
RGB Variations
Color information
#FC65AB (or 0xFC65AB) is known color: Hot Pink. HEX triplet: FC, 65 and AB. RGB value is (252,101,171). Sum of RGB (Red+Green+Blue) = 252+101+171=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 101 (39.84% from 255 or 19.27% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FC65AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC65AB is #039A54. Grayscale: #9A9A9A. Windows color (decimal): -236117 or 11232764. OLE color: 11232764.
HSL color Cylindrical-coordinate representation of color #FC65AB: hue angle of 332.19º 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 #FC65AB is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 101 | 171 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.01 |
| HSL | 332.19º | 0.96% | 0.69% | - |
| HSV(B) | 332.19º | 0.6% | 0.99% | - |
| XYZ | 52.15 | 32.94 | 42.14 | - |
| YUV | 154.13 | 137.53 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 101 | 171 | 0 | 0.60 | 0.32 | 0.01 | 332.19 | 0.96 | 0.69 |
| Hex | FC | 65 | AB | 0 | 3C | 20 | 1 | 14C | 60 | 45 |
| Octal | 374 | 145 | 253 | 0 | 74 | 40 | 1 | 514 | 140 | 105 |
| Binary | 11111100 | 1100101 | 10101011 | 0 | 111100 | 100000 | 1 | 101001100 | 1100000 | 1000101 |
Color Harmonies of #FC65AB
Complementary color
Monochromatic Colors of #FC65AB
Black with #FC65AB
Text Example
Text Example
White with #FC65AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC65AB; }
p { color: rgb(252,101,171); }
H1.HeaderClassName
{
color: #FC65AB;
}
.AnyTagClassName
{
color: #FC65AB;
}
</style>
background-color css
<style>
a { background-color: #FC65AB; }
a { background-color: rgb(252,101,171); }
div.DivClassName
{
background-color: #FC65AB;
}
.BgClassName
{
background-color: #FC65AB;
}
</style>
border-color css
<style>
span { border-color: #FC65AB; }
span { border-color: rgb(252,101,171); }
td.TdClassName
{
border-color: #FC65AB;
}
.TagClassName
{
border-color: #FC65AB;
}
</style>