Shades of Hot Pink #FC6DB3
Tints of Hot Pink #FC6DB3
RGB
CMYK
RGB Variations
Color information
#FC6DB3 (or 0xFC6DB3) is known color: Hot Pink. HEX triplet: FC, 6D and B3. RGB value is (252,109,179). Sum of RGB (Red+Green+Blue) = 252+109+179=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 109 (42.97% from 255 or 20.19% from 540); Blue value is 179 (70.31% from 255 or 33.15% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6DB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6DB3 is #03924C. Grayscale: #9F9F9F. Windows color (decimal): -234061 or 11759100. OLE color: 11759100.
HSL color Cylindrical-coordinate representation of color #FC6DB3: hue angle of 330.63º 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 #FC6DB3 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 109 | 179 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.01 |
| HSL | 330.63º | 0.96% | 0.71% | - |
| HSV(B) | 330.63º | 0.57% | 0.99% | - |
| XYZ | 53.75 | 34.89 | 46.55 | - |
| YUV | 159.74 | 138.88 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 109 | 179 | 0 | 0.57 | 0.29 | 0.01 | 330.63 | 0.96 | 0.71 |
| Hex | FC | 6D | B3 | 0 | 39 | 1D | 1 | 14B | 60 | 47 |
| Octal | 374 | 155 | 263 | 0 | 71 | 35 | 1 | 513 | 140 | 107 |
| Binary | 11111100 | 1101101 | 10110011 | 0 | 111001 | 11101 | 1 | 101001011 | 1100000 | 1000111 |
Color Harmonies of #FC6DB3
Complementary color
Monochromatic Colors of #FC6DB3
Black with #FC6DB3
Text Example
Text Example
White with #FC6DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6DB3; }
p { color: rgb(252,109,179); }
H1.HeaderClassName
{
color: #FC6DB3;
}
.AnyTagClassName
{
color: #FC6DB3;
}
</style>
background-color css
<style>
a { background-color: #FC6DB3; }
a { background-color: rgb(252,109,179); }
div.DivClassName
{
background-color: #FC6DB3;
}
.BgClassName
{
background-color: #FC6DB3;
}
</style>
border-color css
<style>
span { border-color: #FC6DB3; }
span { border-color: rgb(252,109,179); }
td.TdClassName
{
border-color: #FC6DB3;
}
.TagClassName
{
border-color: #FC6DB3;
}
</style>