Shades of Hot Pink #FC6DB9
Tints of Hot Pink #FC6DB9
RGB
CMYK
RGB Variations
Color information
#FC6DB9 (or 0xFC6DB9) is known color: Hot Pink. HEX triplet: FC, 6D and B9. RGB value is (252,109,185). Sum of RGB (Red+Green+Blue) = 252+109+185=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 109 (42.97% from 255 or 19.96% from 546); Blue value is 185 (72.66% from 255 or 33.88% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6DB9 is #039246. Grayscale: #A0A0A0. Windows color (decimal): -234055 or 12152316. OLE color: 12152316.
HSL color Cylindrical-coordinate representation of color #FC6DB9: hue angle of 328.11º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FC6DB9 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 109 | 185 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.01 |
| HSL | 328.11º | 0.96% | 0.71% | - |
| HSV(B) | 328.11º | 0.57% | 0.99% | - |
| XYZ | 54.37 | 35.14 | 49.82 | - |
| YUV | 160.42 | 141.88 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 109 | 185 | 0 | 0.57 | 0.27 | 0.01 | 328.11 | 0.96 | 0.71 |
| Hex | FC | 6D | B9 | 0 | 39 | 1B | 1 | 148 | 60 | 47 |
| Octal | 374 | 155 | 271 | 0 | 71 | 33 | 1 | 510 | 140 | 107 |
| Binary | 11111100 | 1101101 | 10111001 | 0 | 111001 | 11011 | 1 | 101001000 | 1100000 | 1000111 |
Color Harmonies of #FC6DB9
Complementary color
Monochromatic Colors of #FC6DB9
Black with #FC6DB9
Text Example
Text Example
White with #FC6DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6DB9; }
p { color: rgb(252,109,185); }
H1.HeaderClassName
{
color: #FC6DB9;
}
.AnyTagClassName
{
color: #FC6DB9;
}
</style>
background-color css
<style>
a { background-color: #FC6DB9; }
a { background-color: rgb(252,109,185); }
div.DivClassName
{
background-color: #FC6DB9;
}
.BgClassName
{
background-color: #FC6DB9;
}
</style>
border-color css
<style>
span { border-color: #FC6DB9; }
span { border-color: rgb(252,109,185); }
td.TdClassName
{
border-color: #FC6DB9;
}
.TagClassName
{
border-color: #FC6DB9;
}
</style>