Shades of Hot Pink #F969A6
Tints of Hot Pink #F969A6
RGB
CMYK
RGB Variations
Color information
#F969A6 (or 0xF969A6) is known color: Hot Pink. HEX triplet: F9, 69 and A6. RGB value is (249,105,166). Sum of RGB (Red+Green+Blue) = 249+105+166=520 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.88% from 520); Green value is 105 (41.41% from 255 or 20.19% from 520); Blue value is 166 (65.23% from 255 or 31.92% from 520); Max value from RGB is 249 - color contains mainly: red. Hex color #F969A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F969A6 is #069659. Grayscale: #9A9A9A. Windows color (decimal): -431706 or 10906105. OLE color: 10906105.
HSL color Cylindrical-coordinate representation of color #F969A6: hue angle of 334.58º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F969A6 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 105 | 166 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.02 |
| HSL | 334.58º | 0.92% | 0.69% | - |
| HSV(B) | 334.58º | 0.58% | 0.98% | - |
| XYZ | 51 | 33 | 39.76 | - |
| YUV | 155.01 | 134.21 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 105 | 166 | 0 | 0.58 | 0.33 | 0.02 | 334.58 | 0.92 | 0.69 |
| Hex | F9 | 69 | A6 | 0 | 3A | 21 | 2 | 14F | 5C | 45 |
| Octal | 371 | 151 | 246 | 0 | 72 | 41 | 2 | 517 | 134 | 105 |
| Binary | 11111001 | 1101001 | 10100110 | 0 | 111010 | 100001 | 10 | 101001111 | 1011100 | 1000101 |
Color Harmonies of #F969A6
Complementary color
Monochromatic Colors of #F969A6
Black with #F969A6
Text Example
Text Example
White with #F969A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F969A6; }
p { color: rgb(249,105,166); }
H1.HeaderClassName
{
color: #F969A6;
}
.AnyTagClassName
{
color: #F969A6;
}
</style>
background-color css
<style>
a { background-color: #F969A6; }
a { background-color: rgb(249,105,166); }
div.DivClassName
{
background-color: #F969A6;
}
.BgClassName
{
background-color: #F969A6;
}
</style>
border-color css
<style>
span { border-color: #F969A6; }
span { border-color: rgb(249,105,166); }
td.TdClassName
{
border-color: #F969A6;
}
.TagClassName
{
border-color: #F969A6;
}
</style>