Shades of Hot Pink #F966AF
Tints of Hot Pink #F966AF
RGB
CMYK
RGB Variations
Color information
#F966AF (or 0xF966AF) is known color: Hot Pink. HEX triplet: F9, 66 and AF. RGB value is (249,102,175). Sum of RGB (Red+Green+Blue) = 249+102+175=526 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.34% from 526); Green value is 102 (40.23% from 255 or 19.39% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 249 - color contains mainly: red. Hex color #F966AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F966AF is #069950. Grayscale: #9A9A9A. Windows color (decimal): -432465 or 11495161. OLE color: 11495161.
HSL color Cylindrical-coordinate representation of color #F966AF: hue angle of 330.2º degrees, saturation: 0.92, 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 #F966AF is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 102 | 175 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.02 |
| HSL | 330.2º | 0.92% | 0.69% | - |
| HSV(B) | 330.2º | 0.59% | 0.98% | - |
| XYZ | 51.56 | 32.74 | 44.16 | - |
| YUV | 154.28 | 139.7 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 102 | 175 | 0 | 0.59 | 0.30 | 0.02 | 330.2 | 0.92 | 0.69 |
| Hex | F9 | 66 | AF | 0 | 3B | 1E | 2 | 14A | 5C | 45 |
| Octal | 371 | 146 | 257 | 0 | 73 | 36 | 2 | 512 | 134 | 105 |
| Binary | 11111001 | 1100110 | 10101111 | 0 | 111011 | 11110 | 10 | 101001010 | 1011100 | 1000101 |
Color Harmonies of #F966AF
Complementary color
Monochromatic Colors of #F966AF
Black with #F966AF
Text Example
Text Example
White with #F966AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F966AF; }
p { color: rgb(249,102,175); }
H1.HeaderClassName
{
color: #F966AF;
}
.AnyTagClassName
{
color: #F966AF;
}
</style>
background-color css
<style>
a { background-color: #F966AF; }
a { background-color: rgb(249,102,175); }
div.DivClassName
{
background-color: #F966AF;
}
.BgClassName
{
background-color: #F966AF;
}
</style>
border-color css
<style>
span { border-color: #F966AF; }
span { border-color: rgb(249,102,175); }
td.TdClassName
{
border-color: #F966AF;
}
.TagClassName
{
border-color: #F966AF;
}
</style>