Shades of Hot Pink #F96CA6
Tints of Hot Pink #F96CA6
RGB
CMYK
RGB Variations
Color information
#F96CA6 (or 0xF96CA6) is known color: Hot Pink. HEX triplet: F9, 6C and A6. RGB value is (249,108,166). Sum of RGB (Red+Green+Blue) = 249+108+166=523 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.61% from 523); Green value is 108 (42.58% from 255 or 20.65% from 523); Blue value is 166 (65.23% from 255 or 31.74% from 523); Max value from RGB is 249 - color contains mainly: red. Hex color #F96CA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96CA6 is #069359. Grayscale: #9C9C9C. Windows color (decimal): -430938 or 10906873. OLE color: 10906873.
HSL color Cylindrical-coordinate representation of color #F96CA6: hue angle of 335.32º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F96CA6 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 108 | 166 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.02 |
| HSL | 335.32º | 0.92% | 0.7% | - |
| HSV(B) | 335.32º | 0.57% | 0.98% | - |
| XYZ | 51.31 | 33.62 | 39.86 | - |
| YUV | 156.77 | 133.21 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 108 | 166 | 0 | 0.57 | 0.33 | 0.02 | 335.32 | 0.92 | 0.7 |
| Hex | F9 | 6C | A6 | 0 | 39 | 21 | 2 | 14F | 5C | 46 |
| Octal | 371 | 154 | 246 | 0 | 71 | 41 | 2 | 517 | 134 | 106 |
| Binary | 11111001 | 1101100 | 10100110 | 0 | 111001 | 100001 | 10 | 101001111 | 1011100 | 1000110 |
Color Harmonies of #F96CA6
Complementary color
Monochromatic Colors of #F96CA6
Black with #F96CA6
Text Example
Text Example
White with #F96CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96CA6; }
p { color: rgb(249,108,166); }
H1.HeaderClassName
{
color: #F96CA6;
}
.AnyTagClassName
{
color: #F96CA6;
}
</style>
background-color css
<style>
a { background-color: #F96CA6; }
a { background-color: rgb(249,108,166); }
div.DivClassName
{
background-color: #F96CA6;
}
.BgClassName
{
background-color: #F96CA6;
}
</style>
border-color css
<style>
span { border-color: #F96CA6; }
span { border-color: rgb(249,108,166); }
td.TdClassName
{
border-color: #F96CA6;
}
.TagClassName
{
border-color: #F96CA6;
}
</style>