Shades of Hot Pink #FC6BBA
Tints of Hot Pink #FC6BBA
RGB
CMYK
RGB Variations
Color information
#FC6BBA (or 0xFC6BBA) is known color: Hot Pink. HEX triplet: FC, 6B and BA. RGB value is (252,107,186). Sum of RGB (Red+Green+Blue) = 252+107+186=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 107 (42.19% from 255 or 19.63% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6BBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6BBA is #039445. Grayscale: #9F9F9F. Windows color (decimal): -234566 or 12217340. OLE color: 12217340.
HSL color Cylindrical-coordinate representation of color #FC6BBA: hue angle of 327.31º 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 #FC6BBA is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 107 | 186 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.01 |
| HSL | 327.31º | 0.96% | 0.7% | - |
| HSV(B) | 327.31º | 0.58% | 0.99% | - |
| XYZ | 54.27 | 34.76 | 50.3 | - |
| YUV | 159.36 | 143.04 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 107 | 186 | 0 | 0.58 | 0.26 | 0.01 | 327.31 | 0.96 | 0.7 |
| Hex | FC | 6B | BA | 0 | 3A | 1A | 1 | 147 | 60 | 46 |
| Octal | 374 | 153 | 272 | 0 | 72 | 32 | 1 | 507 | 140 | 106 |
| Binary | 11111100 | 1101011 | 10111010 | 0 | 111010 | 11010 | 1 | 101000111 | 1100000 | 1000110 |
Color Harmonies of #FC6BBA
Complementary color
Monochromatic Colors of #FC6BBA
Black with #FC6BBA
Text Example
Text Example
White with #FC6BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6BBA; }
p { color: rgb(252,107,186); }
H1.HeaderClassName
{
color: #FC6BBA;
}
.AnyTagClassName
{
color: #FC6BBA;
}
</style>
background-color css
<style>
a { background-color: #FC6BBA; }
a { background-color: rgb(252,107,186); }
div.DivClassName
{
background-color: #FC6BBA;
}
.BgClassName
{
background-color: #FC6BBA;
}
</style>
border-color css
<style>
span { border-color: #FC6BBA; }
span { border-color: rgb(252,107,186); }
td.TdClassName
{
border-color: #FC6BBA;
}
.TagClassName
{
border-color: #FC6BBA;
}
</style>