Shades of Hot Pink #F965A8
Tints of Hot Pink #F965A8
RGB
CMYK
RGB Variations
Color information
#F965A8 (or 0xF965A8) is known color: Hot Pink. HEX triplet: F9, 65 and A8. RGB value is (249,101,168). Sum of RGB (Red+Green+Blue) = 249+101+168=518 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.07% from 518); Green value is 101 (39.84% from 255 or 19.50% from 518); Blue value is 168 (66.02% from 255 or 32.43% from 518); Max value from RGB is 249 - color contains mainly: red. Hex color #F965A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F965A8 is #069A57. Grayscale: #989898. Windows color (decimal): -432728 or 11036153. OLE color: 11036153.
HSL color Cylindrical-coordinate representation of color #F965A8: hue angle of 332.84º 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 #F965A8 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 101 | 168 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.02 |
| HSL | 332.84º | 0.93% | 0.69% | - |
| HSV(B) | 332.84º | 0.59% | 0.98% | - |
| XYZ | 50.79 | 32.27 | 40.6 | - |
| YUV | 152.89 | 136.53 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 101 | 168 | 0 | 0.59 | 0.33 | 0.02 | 332.84 | 0.93 | 0.69 |
| Hex | F9 | 65 | A8 | 0 | 3B | 21 | 2 | 14D | 5C | 45 |
| Octal | 371 | 145 | 250 | 0 | 73 | 41 | 2 | 515 | 134 | 105 |
| Binary | 11111001 | 1100101 | 10101000 | 0 | 111011 | 100001 | 10 | 101001101 | 1011100 | 1000101 |
Color Harmonies of #F965A8
Complementary color
Monochromatic Colors of #F965A8
Black with #F965A8
Text Example
Text Example
White with #F965A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F965A8; }
p { color: rgb(249,101,168); }
H1.HeaderClassName
{
color: #F965A8;
}
.AnyTagClassName
{
color: #F965A8;
}
</style>
background-color css
<style>
a { background-color: #F965A8; }
a { background-color: rgb(249,101,168); }
div.DivClassName
{
background-color: #F965A8;
}
.BgClassName
{
background-color: #F965A8;
}
</style>
border-color css
<style>
span { border-color: #F965A8; }
span { border-color: rgb(249,101,168); }
td.TdClassName
{
border-color: #F965A8;
}
.TagClassName
{
border-color: #F965A8;
}
</style>