Shades of Hot Pink #FC60BA
Tints of Hot Pink #FC60BA
RGB
CMYK
RGB Variations
Color information
#FC60BA (or 0xFC60BA) is known color: Hot Pink. HEX triplet: FC, 60 and BA. RGB value is (252,96,186). Sum of RGB (Red+Green+Blue) = 252+96+186=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 96 (37.89% from 255 or 17.98% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FC60BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC60BA is #039F45. Grayscale: #989898. Windows color (decimal): -237382 or 12214524. OLE color: 12214524.
HSL color Cylindrical-coordinate representation of color #FC60BA: hue angle of 325.38º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FC60BA is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 96 | 186 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.01 |
| HSL | 325.38º | 0.96% | 0.68% | - |
| HSV(B) | 325.38º | 0.62% | 0.99% | - |
| XYZ | 53.19 | 32.61 | 49.94 | - |
| YUV | 152.9 | 146.68 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 96 | 186 | 0 | 0.62 | 0.26 | 0.01 | 325.38 | 0.96 | 0.68 |
| Hex | FC | 60 | BA | 0 | 3E | 1A | 1 | 145 | 60 | 44 |
| Octal | 374 | 140 | 272 | 0 | 76 | 32 | 1 | 505 | 140 | 104 |
| Binary | 11111100 | 1100000 | 10111010 | 0 | 111110 | 11010 | 1 | 101000101 | 1100000 | 1000100 |
Color Harmonies of #FC60BA
Complementary color
Monochromatic Colors of #FC60BA
Black with #FC60BA
Text Example
Text Example
White with #FC60BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC60BA; }
p { color: rgb(252,96,186); }
H1.HeaderClassName
{
color: #FC60BA;
}
.AnyTagClassName
{
color: #FC60BA;
}
</style>
background-color css
<style>
a { background-color: #FC60BA; }
a { background-color: rgb(252,96,186); }
div.DivClassName
{
background-color: #FC60BA;
}
.BgClassName
{
background-color: #FC60BA;
}
</style>
border-color css
<style>
span { border-color: #FC60BA; }
span { border-color: rgb(252,96,186); }
td.TdClassName
{
border-color: #FC60BA;
}
.TagClassName
{
border-color: #FC60BA;
}
</style>