Shades of Hot Pink #F961AF
Tints of Hot Pink #F961AF
RGB
CMYK
RGB Variations
Color information
#F961AF (or 0xF961AF) is known color: Hot Pink. HEX triplet: F9, 61 and AF. RGB value is (249,97,175). Sum of RGB (Red+Green+Blue) = 249+97+175=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 97 (38.28% from 255 or 18.62% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F961AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F961AF is #069E50. Grayscale: #979797. Windows color (decimal): -433745 or 11493881. OLE color: 11493881.
HSL color Cylindrical-coordinate representation of color #F961AF: hue angle of 329.21º 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 #F961AF is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 97 | 175 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.02 |
| HSL | 329.21º | 0.93% | 0.68% | - |
| HSV(B) | 329.21º | 0.61% | 0.98% | - |
| XYZ | 51.08 | 31.78 | 44 | - |
| YUV | 151.34 | 141.36 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 97 | 175 | 0 | 0.61 | 0.30 | 0.02 | 329.21 | 0.93 | 0.68 |
| Hex | F9 | 61 | AF | 0 | 3D | 1E | 2 | 149 | 5D | 44 |
| Octal | 371 | 141 | 257 | 0 | 75 | 36 | 2 | 511 | 135 | 104 |
| Binary | 11111001 | 1100001 | 10101111 | 0 | 111101 | 11110 | 10 | 101001001 | 1011101 | 1000100 |
Color Harmonies of #F961AF
Complementary color
Monochromatic Colors of #F961AF
Black with #F961AF
Text Example
Text Example
White with #F961AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F961AF; }
p { color: rgb(249,97,175); }
H1.HeaderClassName
{
color: #F961AF;
}
.AnyTagClassName
{
color: #F961AF;
}
</style>
background-color css
<style>
a { background-color: #F961AF; }
a { background-color: rgb(249,97,175); }
div.DivClassName
{
background-color: #F961AF;
}
.BgClassName
{
background-color: #F961AF;
}
</style>
border-color css
<style>
span { border-color: #F961AF; }
span { border-color: rgb(249,97,175); }
td.TdClassName
{
border-color: #F961AF;
}
.TagClassName
{
border-color: #F961AF;
}
</style>