Shades of Hot Pink #F960BA
Tints of Hot Pink #F960BA
RGB
CMYK
RGB Variations
Color information
#F960BA (or 0xF960BA) is known color: Hot Pink. HEX triplet: F9, 60 and BA. RGB value is (249,96,186). Sum of RGB (Red+Green+Blue) = 249+96+186=531 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.89% from 531); Green value is 96 (37.89% from 255 or 18.08% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 249 - color contains mainly: red. Hex color #F960BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F960BA is #069F45. Grayscale: #979797. Windows color (decimal): -433990 or 12214521. OLE color: 12214521.
HSL color Cylindrical-coordinate representation of color #F960BA: hue angle of 324.71º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F960BA is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 96 | 186 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.02 |
| HSL | 324.71º | 0.93% | 0.68% | - |
| HSV(B) | 324.71º | 0.61% | 0.98% | - |
| XYZ | 52.11 | 32.05 | 49.89 | - |
| YUV | 152.01 | 147.19 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 96 | 186 | 0 | 0.61 | 0.25 | 0.02 | 324.71 | 0.93 | 0.68 |
| Hex | F9 | 60 | BA | 0 | 3D | 19 | 2 | 145 | 5D | 44 |
| Octal | 371 | 140 | 272 | 0 | 75 | 31 | 2 | 505 | 135 | 104 |
| Binary | 11111001 | 1100000 | 10111010 | 0 | 111101 | 11001 | 10 | 101000101 | 1011101 | 1000100 |
Color Harmonies of #F960BA
Complementary color
Monochromatic Colors of #F960BA
Black with #F960BA
Text Example
Text Example
White with #F960BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F960BA; }
p { color: rgb(249,96,186); }
H1.HeaderClassName
{
color: #F960BA;
}
.AnyTagClassName
{
color: #F960BA;
}
</style>
background-color css
<style>
a { background-color: #F960BA; }
a { background-color: rgb(249,96,186); }
div.DivClassName
{
background-color: #F960BA;
}
.BgClassName
{
background-color: #F960BA;
}
</style>
border-color css
<style>
span { border-color: #F960BA; }
span { border-color: rgb(249,96,186); }
td.TdClassName
{
border-color: #F960BA;
}
.TagClassName
{
border-color: #F960BA;
}
</style>