Shades of Hot Pink #FC6BBC
Tints of Hot Pink #FC6BBC
RGB
CMYK
RGB Variations
Color information
#FC6BBC (or 0xFC6BBC) is known color: Hot Pink. HEX triplet: FC, 6B and BC. RGB value is (252,107,188). Sum of RGB (Red+Green+Blue) = 252+107+188=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 107 (42.19% from 255 or 19.56% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6BBC is #039443. Grayscale: #9F9F9F. Windows color (decimal): -234564 or 12348412. OLE color: 12348412.
HSL color Cylindrical-coordinate representation of color #FC6BBC: hue angle of 326.48º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC6BBC is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 107 | 188 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.01 |
| HSL | 326.48º | 0.96% | 0.7% | - |
| HSV(B) | 326.48º | 0.58% | 0.99% | - |
| XYZ | 54.48 | 34.84 | 51.43 | - |
| YUV | 159.59 | 144.04 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 107 | 188 | 0 | 0.58 | 0.25 | 0.01 | 326.48 | 0.96 | 0.7 |
| Hex | FC | 6B | BC | 0 | 3A | 19 | 1 | 146 | 60 | 46 |
| Octal | 374 | 153 | 274 | 0 | 72 | 31 | 1 | 506 | 140 | 106 |
| Binary | 11111100 | 1101011 | 10111100 | 0 | 111010 | 11001 | 1 | 101000110 | 1100000 | 1000110 |
Color Harmonies of #FC6BBC
Complementary color
Monochromatic Colors of #FC6BBC
Black with #FC6BBC
Text Example
Text Example
White with #FC6BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6BBC; }
p { color: rgb(252,107,188); }
H1.HeaderClassName
{
color: #FC6BBC;
}
.AnyTagClassName
{
color: #FC6BBC;
}
</style>
background-color css
<style>
a { background-color: #FC6BBC; }
a { background-color: rgb(252,107,188); }
div.DivClassName
{
background-color: #FC6BBC;
}
.BgClassName
{
background-color: #FC6BBC;
}
</style>
border-color css
<style>
span { border-color: #FC6BBC; }
span { border-color: rgb(252,107,188); }
td.TdClassName
{
border-color: #FC6BBC;
}
.TagClassName
{
border-color: #FC6BBC;
}
</style>