Shades of Hot Pink #FC65A7
Tints of Hot Pink #FC65A7
RGB
CMYK
RGB Variations
Color information
#FC65A7 (or 0xFC65A7) is known color: Hot Pink. HEX triplet: FC, 65 and A7. RGB value is (252,101,167). Sum of RGB (Red+Green+Blue) = 252+101+167=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 101 (39.84% from 255 or 19.42% from 520); Blue value is 167 (65.62% from 255 or 32.12% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FC65A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC65A7 is #039A58. Grayscale: #999999. Windows color (decimal): -236121 or 10970620. OLE color: 10970620.
HSL color Cylindrical-coordinate representation of color #FC65A7: hue angle of 333.77º 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 #FC65A7 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 101 | 167 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.01 |
| HSL | 333.77º | 0.96% | 0.69% | - |
| HSV(B) | 333.77º | 0.6% | 0.99% | - |
| XYZ | 51.77 | 32.79 | 40.16 | - |
| YUV | 153.67 | 135.53 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 101 | 167 | 0 | 0.60 | 0.34 | 0.01 | 333.77 | 0.96 | 0.69 |
| Hex | FC | 65 | A7 | 0 | 3C | 22 | 1 | 14E | 60 | 45 |
| Octal | 374 | 145 | 247 | 0 | 74 | 42 | 1 | 516 | 140 | 105 |
| Binary | 11111100 | 1100101 | 10100111 | 0 | 111100 | 100010 | 1 | 101001110 | 1100000 | 1000101 |
Color Harmonies of #FC65A7
Complementary color
Monochromatic Colors of #FC65A7
Black with #FC65A7
Text Example
Text Example
White with #FC65A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC65A7; }
p { color: rgb(252,101,167); }
H1.HeaderClassName
{
color: #FC65A7;
}
.AnyTagClassName
{
color: #FC65A7;
}
</style>
background-color css
<style>
a { background-color: #FC65A7; }
a { background-color: rgb(252,101,167); }
div.DivClassName
{
background-color: #FC65A7;
}
.BgClassName
{
background-color: #FC65A7;
}
</style>
border-color css
<style>
span { border-color: #FC65A7; }
span { border-color: rgb(252,101,167); }
td.TdClassName
{
border-color: #FC65A7;
}
.TagClassName
{
border-color: #FC65A7;
}
</style>