Shades of Hot Pink #FC6CBA
Tints of Hot Pink #FC6CBA
RGB
CMYK
RGB Variations
Color information
#FC6CBA (or 0xFC6CBA) is known color: Hot Pink. HEX triplet: FC, 6C and BA. RGB value is (252,108,186). Sum of RGB (Red+Green+Blue) = 252+108+186=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 108 (42.58% from 255 or 19.78% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6CBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6CBA is #039345. Grayscale: #9F9F9F. Windows color (decimal): -234310 or 12217596. OLE color: 12217596.
HSL color Cylindrical-coordinate representation of color #FC6CBA: hue angle of 327.5º 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 #FC6CBA is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 108 | 186 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.01 |
| HSL | 327.5º | 0.96% | 0.71% | - |
| HSV(B) | 327.5º | 0.57% | 0.99% | - |
| XYZ | 54.37 | 34.97 | 50.34 | - |
| YUV | 159.95 | 142.71 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 108 | 186 | 0 | 0.57 | 0.26 | 0.01 | 327.5 | 0.96 | 0.71 |
| Hex | FC | 6C | BA | 0 | 39 | 1A | 1 | 148 | 60 | 47 |
| Octal | 374 | 154 | 272 | 0 | 71 | 32 | 1 | 510 | 140 | 107 |
| Binary | 11111100 | 1101100 | 10111010 | 0 | 111001 | 11010 | 1 | 101001000 | 1100000 | 1000111 |
Color Harmonies of #FC6CBA
Complementary color
Monochromatic Colors of #FC6CBA
Black with #FC6CBA
Text Example
Text Example
White with #FC6CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6CBA; }
p { color: rgb(252,108,186); }
H1.HeaderClassName
{
color: #FC6CBA;
}
.AnyTagClassName
{
color: #FC6CBA;
}
</style>
background-color css
<style>
a { background-color: #FC6CBA; }
a { background-color: rgb(252,108,186); }
div.DivClassName
{
background-color: #FC6CBA;
}
.BgClassName
{
background-color: #FC6CBA;
}
</style>
border-color css
<style>
span { border-color: #FC6CBA; }
span { border-color: rgb(252,108,186); }
td.TdClassName
{
border-color: #FC6CBA;
}
.TagClassName
{
border-color: #FC6CBA;
}
</style>