Shades of Hot Pink #F965AB
Tints of Hot Pink #F965AB
RGB
CMYK
RGB Variations
Color information
#F965AB (or 0xF965AB) is known color: Hot Pink. HEX triplet: F9, 65 and AB. RGB value is (249,101,171). Sum of RGB (Red+Green+Blue) = 249+101+171=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 101 (39.84% from 255 or 19.39% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F965AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F965AB is #069A54. Grayscale: #999999. Windows color (decimal): -432725 or 11232761. OLE color: 11232761.
HSL color Cylindrical-coordinate representation of color #F965AB: hue angle of 331.62º 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 #F965AB is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 101 | 171 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.02 |
| HSL | 331.62º | 0.93% | 0.69% | - |
| HSV(B) | 331.62º | 0.59% | 0.98% | - |
| XYZ | 51.07 | 32.39 | 42.09 | - |
| YUV | 153.23 | 138.03 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 101 | 171 | 0 | 0.59 | 0.31 | 0.02 | 331.62 | 0.93 | 0.69 |
| Hex | F9 | 65 | AB | 0 | 3B | 1F | 2 | 14C | 5C | 45 |
| Octal | 371 | 145 | 253 | 0 | 73 | 37 | 2 | 514 | 134 | 105 |
| Binary | 11111001 | 1100101 | 10101011 | 0 | 111011 | 11111 | 10 | 101001100 | 1011100 | 1000101 |
Color Harmonies of #F965AB
Complementary color
Monochromatic Colors of #F965AB
Black with #F965AB
Text Example
Text Example
White with #F965AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F965AB; }
p { color: rgb(249,101,171); }
H1.HeaderClassName
{
color: #F965AB;
}
.AnyTagClassName
{
color: #F965AB;
}
</style>
background-color css
<style>
a { background-color: #F965AB; }
a { background-color: rgb(249,101,171); }
div.DivClassName
{
background-color: #F965AB;
}
.BgClassName
{
background-color: #F965AB;
}
</style>
border-color css
<style>
span { border-color: #F965AB; }
span { border-color: rgb(249,101,171); }
td.TdClassName
{
border-color: #F965AB;
}
.TagClassName
{
border-color: #F965AB;
}
</style>