Shades of Hot Pink #F965AF
Tints of Hot Pink #F965AF
RGB
CMYK
RGB Variations
Color information
#F965AF (or 0xF965AF) is known color: Hot Pink. HEX triplet: F9, 65 and AF. RGB value is (249,101,175). Sum of RGB (Red+Green+Blue) = 249+101+175=525 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.43% from 525); Green value is 101 (39.84% from 255 or 19.24% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 249 - color contains mainly: red. Hex color #F965AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F965AF is #069A50. Grayscale: #999999. Windows color (decimal): -432721 or 11494905. OLE color: 11494905.
HSL color Cylindrical-coordinate representation of color #F965AF: hue angle of 330º 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 #F965AF is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 101 | 175 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.02 |
| HSL | 330º | 0.93% | 0.69% | - |
| HSV(B) | 330º | 0.59% | 0.98% | - |
| XYZ | 51.46 | 32.54 | 44.13 | - |
| YUV | 153.69 | 140.03 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 101 | 175 | 0 | 0.59 | 0.30 | 0.02 | 330 | 0.93 | 0.69 |
| Hex | F9 | 65 | AF | 0 | 3B | 1E | 2 | 14A | 5C | 45 |
| Octal | 371 | 145 | 257 | 0 | 73 | 36 | 2 | 512 | 134 | 105 |
| Binary | 11111001 | 1100101 | 10101111 | 0 | 111011 | 11110 | 10 | 101001010 | 1011100 | 1000101 |
Color Harmonies of #F965AF
Complementary color
Monochromatic Colors of #F965AF
Black with #F965AF
Text Example
Text Example
White with #F965AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F965AF; }
p { color: rgb(249,101,175); }
H1.HeaderClassName
{
color: #F965AF;
}
.AnyTagClassName
{
color: #F965AF;
}
</style>
background-color css
<style>
a { background-color: #F965AF; }
a { background-color: rgb(249,101,175); }
div.DivClassName
{
background-color: #F965AF;
}
.BgClassName
{
background-color: #F965AF;
}
</style>
border-color css
<style>
span { border-color: #F965AF; }
span { border-color: rgb(249,101,175); }
td.TdClassName
{
border-color: #F965AF;
}
.TagClassName
{
border-color: #F965AF;
}
</style>