Shades of Hot Pink #FC65A6
Tints of Hot Pink #FC65A6
RGB
CMYK
RGB Variations
Color information
#FC65A6 (or 0xFC65A6) is known color: Hot Pink. HEX triplet: FC, 65 and A6. RGB value is (252,101,166). Sum of RGB (Red+Green+Blue) = 252+101+166=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 101 (39.84% from 255 or 19.46% from 519); Blue value is 166 (65.23% from 255 or 31.98% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FC65A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC65A6 is #039A59. Grayscale: #999999. Windows color (decimal): -236122 or 10905084. OLE color: 10905084.
HSL color Cylindrical-coordinate representation of color #FC65A6: hue angle of 334.17º 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 #FC65A6 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 101 | 166 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.01 |
| HSL | 334.17º | 0.96% | 0.69% | - |
| HSV(B) | 334.17º | 0.6% | 0.99% | - |
| XYZ | 51.68 | 32.76 | 39.68 | - |
| YUV | 153.56 | 135.03 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 101 | 166 | 0 | 0.60 | 0.34 | 0.01 | 334.17 | 0.96 | 0.69 |
| Hex | FC | 65 | A6 | 0 | 3C | 22 | 1 | 14E | 60 | 45 |
| Octal | 374 | 145 | 246 | 0 | 74 | 42 | 1 | 516 | 140 | 105 |
| Binary | 11111100 | 1100101 | 10100110 | 0 | 111100 | 100010 | 1 | 101001110 | 1100000 | 1000101 |
Color Harmonies of #FC65A6
Complementary color
Monochromatic Colors of #FC65A6
Black with #FC65A6
Text Example
Text Example
White with #FC65A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC65A6; }
p { color: rgb(252,101,166); }
H1.HeaderClassName
{
color: #FC65A6;
}
.AnyTagClassName
{
color: #FC65A6;
}
</style>
background-color css
<style>
a { background-color: #FC65A6; }
a { background-color: rgb(252,101,166); }
div.DivClassName
{
background-color: #FC65A6;
}
.BgClassName
{
background-color: #FC65A6;
}
</style>
border-color css
<style>
span { border-color: #FC65A6; }
span { border-color: rgb(252,101,166); }
td.TdClassName
{
border-color: #FC65A6;
}
.TagClassName
{
border-color: #FC65A6;
}
</style>