Shades of Hot Pink #F960AD
Tints of Hot Pink #F960AD
RGB
CMYK
RGB Variations
Color information
#F960AD (or 0xF960AD) is known color: Hot Pink. HEX triplet: F9, 60 and AD. RGB value is (249,96,173). Sum of RGB (Red+Green+Blue) = 249+96+173=518 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.07% from 518); Green value is 96 (37.89% from 255 or 18.53% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 249 - color contains mainly: red. Hex color #F960AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F960AD is #069F52. Grayscale: #969696. Windows color (decimal): -434003 or 11362553. OLE color: 11362553.
HSL color Cylindrical-coordinate representation of color #F960AD: hue angle of 329.8º 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 #F960AD is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 96 | 173 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.02 |
| HSL | 329.8º | 0.93% | 0.68% | - |
| HSV(B) | 329.8º | 0.61% | 0.98% | - |
| XYZ | 50.79 | 31.52 | 42.94 | - |
| YUV | 150.53 | 140.69 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 96 | 173 | 0 | 0.61 | 0.31 | 0.02 | 329.8 | 0.93 | 0.68 |
| Hex | F9 | 60 | AD | 0 | 3D | 1F | 2 | 14A | 5D | 44 |
| Octal | 371 | 140 | 255 | 0 | 75 | 37 | 2 | 512 | 135 | 104 |
| Binary | 11111001 | 1100000 | 10101101 | 0 | 111101 | 11111 | 10 | 101001010 | 1011101 | 1000100 |
Color Harmonies of #F960AD
Complementary color
Monochromatic Colors of #F960AD
Black with #F960AD
Text Example
Text Example
White with #F960AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F960AD; }
p { color: rgb(249,96,173); }
H1.HeaderClassName
{
color: #F960AD;
}
.AnyTagClassName
{
color: #F960AD;
}
</style>
background-color css
<style>
a { background-color: #F960AD; }
a { background-color: rgb(249,96,173); }
div.DivClassName
{
background-color: #F960AD;
}
.BgClassName
{
background-color: #F960AD;
}
</style>
border-color css
<style>
span { border-color: #F960AD; }
span { border-color: rgb(249,96,173); }
td.TdClassName
{
border-color: #F960AD;
}
.TagClassName
{
border-color: #F960AD;
}
</style>