Shades of Hot Pink #FC65A8
Tints of Hot Pink #FC65A8
RGB
CMYK
RGB Variations
Color information
#FC65A8 (or 0xFC65A8) is known color: Hot Pink. HEX triplet: FC, 65 and A8. RGB value is (252,101,168). Sum of RGB (Red+Green+Blue) = 252+101+168=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 101 (39.84% from 255 or 19.39% from 521); Blue value is 168 (66.02% from 255 or 32.25% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FC65A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC65A8 is #039A57. Grayscale: #999999. Windows color (decimal): -236120 or 11036156. OLE color: 11036156.
HSL color Cylindrical-coordinate representation of color #FC65A8: hue angle of 333.38º 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 #FC65A8 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 101 | 168 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.01 |
| HSL | 333.38º | 0.96% | 0.69% | - |
| HSV(B) | 333.38º | 0.6% | 0.99% | - |
| XYZ | 51.87 | 32.83 | 40.65 | - |
| YUV | 153.79 | 136.03 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 101 | 168 | 0 | 0.60 | 0.33 | 0.01 | 333.38 | 0.96 | 0.69 |
| Hex | FC | 65 | A8 | 0 | 3C | 21 | 1 | 14D | 60 | 45 |
| Octal | 374 | 145 | 250 | 0 | 74 | 41 | 1 | 515 | 140 | 105 |
| Binary | 11111100 | 1100101 | 10101000 | 0 | 111100 | 100001 | 1 | 101001101 | 1100000 | 1000101 |
Color Harmonies of #FC65A8
Complementary color
Monochromatic Colors of #FC65A8
Black with #FC65A8
Text Example
Text Example
White with #FC65A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC65A8; }
p { color: rgb(252,101,168); }
H1.HeaderClassName
{
color: #FC65A8;
}
.AnyTagClassName
{
color: #FC65A8;
}
</style>
background-color css
<style>
a { background-color: #FC65A8; }
a { background-color: rgb(252,101,168); }
div.DivClassName
{
background-color: #FC65A8;
}
.BgClassName
{
background-color: #FC65A8;
}
</style>
border-color css
<style>
span { border-color: #FC65A8; }
span { border-color: rgb(252,101,168); }
td.TdClassName
{
border-color: #FC65A8;
}
.TagClassName
{
border-color: #FC65A8;
}
</style>