Shades of Hot Pink #F965AD
Tints of Hot Pink #F965AD
RGB
CMYK
RGB Variations
Color information
#F965AD (or 0xF965AD) is known color: Hot Pink. HEX triplet: F9, 65 and AD. RGB value is (249,101,173). Sum of RGB (Red+Green+Blue) = 249+101+173=523 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.61% from 523); Green value is 101 (39.84% from 255 or 19.31% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 249 - color contains mainly: red. Hex color #F965AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F965AD is #069A52. Grayscale: #999999. Windows color (decimal): -432723 or 11363833. OLE color: 11363833.
HSL color Cylindrical-coordinate representation of color #F965AD: hue angle of 330.81º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F965AD is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 101 | 173 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.02 |
| HSL | 330.81º | 0.93% | 0.69% | - |
| HSV(B) | 330.81º | 0.59% | 0.98% | - |
| XYZ | 51.26 | 32.46 | 43.1 | - |
| YUV | 153.46 | 139.03 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 101 | 173 | 0 | 0.59 | 0.31 | 0.02 | 330.81 | 0.93 | 0.69 |
| Hex | F9 | 65 | AD | 0 | 3B | 1F | 2 | 14B | 5C | 45 |
| Octal | 371 | 145 | 255 | 0 | 73 | 37 | 2 | 513 | 134 | 105 |
| Binary | 11111001 | 1100101 | 10101101 | 0 | 111011 | 11111 | 10 | 101001011 | 1011100 | 1000101 |
Color Harmonies of #F965AD
Complementary color
Monochromatic Colors of #F965AD
Black with #F965AD
Text Example
Text Example
White with #F965AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F965AD; }
p { color: rgb(249,101,173); }
H1.HeaderClassName
{
color: #F965AD;
}
.AnyTagClassName
{
color: #F965AD;
}
</style>
background-color css
<style>
a { background-color: #F965AD; }
a { background-color: rgb(249,101,173); }
div.DivClassName
{
background-color: #F965AD;
}
.BgClassName
{
background-color: #F965AD;
}
</style>
border-color css
<style>
span { border-color: #F965AD; }
span { border-color: rgb(249,101,173); }
td.TdClassName
{
border-color: #F965AD;
}
.TagClassName
{
border-color: #F965AD;
}
</style>