Shades of Hot Pink #FD60BA
Tints of Hot Pink #FD60BA
RGB
CMYK
RGB Variations
Color information
#FD60BA (or 0xFD60BA) is known color: Hot Pink. HEX triplet: FD, 60 and BA. RGB value is (253,96,186). Sum of RGB (Red+Green+Blue) = 253+96+186=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 96 (37.89% from 255 or 17.94% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FD60BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD60BA is #029F45. Grayscale: #999999. Windows color (decimal): -171846 or 12214525. OLE color: 12214525.
HSL color Cylindrical-coordinate representation of color #FD60BA: hue angle of 325.61º degrees, saturation: 0.98, 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 #FD60BA is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 96 | 186 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.01 |
| HSL | 325.61º | 0.98% | 0.68% | - |
| HSV(B) | 325.61º | 0.62% | 0.99% | - |
| XYZ | 53.55 | 32.79 | 49.96 | - |
| YUV | 153.2 | 146.51 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 96 | 186 | 0 | 0.62 | 0.26 | 0.01 | 325.61 | 0.98 | 0.68 |
| Hex | FD | 60 | BA | 0 | 3E | 1A | 1 | 146 | 62 | 44 |
| Octal | 375 | 140 | 272 | 0 | 76 | 32 | 1 | 506 | 142 | 104 |
| Binary | 11111101 | 1100000 | 10111010 | 0 | 111110 | 11010 | 1 | 101000110 | 1100010 | 1000100 |
Color Harmonies of #FD60BA
Complementary color
Monochromatic Colors of #FD60BA
Black with #FD60BA
Text Example
Text Example
White with #FD60BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD60BA; }
p { color: rgb(253,96,186); }
H1.HeaderClassName
{
color: #FD60BA;
}
.AnyTagClassName
{
color: #FD60BA;
}
</style>
background-color css
<style>
a { background-color: #FD60BA; }
a { background-color: rgb(253,96,186); }
div.DivClassName
{
background-color: #FD60BA;
}
.BgClassName
{
background-color: #FD60BA;
}
</style>
border-color css
<style>
span { border-color: #FD60BA; }
span { border-color: rgb(253,96,186); }
td.TdClassName
{
border-color: #FD60BA;
}
.TagClassName
{
border-color: #FD60BA;
}
</style>