Shades of Hot Pink #FC65AF
Tints of Hot Pink #FC65AF
RGB
CMYK
RGB Variations
Color information
#FC65AF (or 0xFC65AF) is known color: Hot Pink. HEX triplet: FC, 65 and AF. RGB value is (252,101,175). Sum of RGB (Red+Green+Blue) = 252+101+175=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 101 (39.84% from 255 or 19.13% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FC65AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC65AF is #039A50. Grayscale: #9A9A9A. Windows color (decimal): -236113 or 11494908. OLE color: 11494908.
HSL color Cylindrical-coordinate representation of color #FC65AF: hue angle of 330.6º 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 #FC65AF is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 101 | 175 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.01 |
| HSL | 330.6º | 0.96% | 0.69% | - |
| HSV(B) | 330.6º | 0.6% | 0.99% | - |
| XYZ | 52.54 | 33.1 | 44.18 | - |
| YUV | 154.59 | 139.53 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 101 | 175 | 0 | 0.60 | 0.31 | 0.01 | 330.6 | 0.96 | 0.69 |
| Hex | FC | 65 | AF | 0 | 3C | 1F | 1 | 14B | 60 | 45 |
| Octal | 374 | 145 | 257 | 0 | 74 | 37 | 1 | 513 | 140 | 105 |
| Binary | 11111100 | 1100101 | 10101111 | 0 | 111100 | 11111 | 1 | 101001011 | 1100000 | 1000101 |
Color Harmonies of #FC65AF
Complementary color
Monochromatic Colors of #FC65AF
Black with #FC65AF
Text Example
Text Example
White with #FC65AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC65AF; }
p { color: rgb(252,101,175); }
H1.HeaderClassName
{
color: #FC65AF;
}
.AnyTagClassName
{
color: #FC65AF;
}
</style>
background-color css
<style>
a { background-color: #FC65AF; }
a { background-color: rgb(252,101,175); }
div.DivClassName
{
background-color: #FC65AF;
}
.BgClassName
{
background-color: #FC65AF;
}
</style>
border-color css
<style>
span { border-color: #FC65AF; }
span { border-color: rgb(252,101,175); }
td.TdClassName
{
border-color: #FC65AF;
}
.TagClassName
{
border-color: #FC65AF;
}
</style>