Shades of Spicy Pink #F911A6
Tints of Spicy Pink #F911A6
RGB
CMYK
RGB Variations
Color information
#F911A6 (or 0xF911A6) is known color: Spicy Pink. HEX triplet: F9, 11 and A6. RGB value is (249,17,166). Sum of RGB (Red+Green+Blue) = 249+17+166=432 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.64% from 432); Green value is 17 (7.03% from 255 or 3.94% from 432); Blue value is 166 (65.23% from 255 or 38.43% from 432); Max value from RGB is 249 - color contains mainly: red. Hex color #F911A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F911A6 is #06EE59. Grayscale: #666666. Windows color (decimal): -454234 or 10883577. OLE color: 10883577.
HSL color Cylindrical-coordinate representation of color #F911A6: hue angle of 321.47º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F911A6 is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 17 | 166 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.02 |
| HSL | 321.47º | 0.95% | 0.52% | - |
| HSV(B) | 321.47º | 0.93% | 0.98% | - |
| XYZ | 46.15 | 23.29 | 38.14 | - |
| YUV | 103.35 | 163.36 | 231.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 17 | 166 | 0 | 0.93 | 0.33 | 0.02 | 321.47 | 0.95 | 0.52 |
| Hex | F9 | 11 | A6 | 0 | 5D | 21 | 2 | 141 | 5F | 34 |
| Octal | 371 | 21 | 246 | 0 | 135 | 41 | 2 | 501 | 137 | 64 |
| Binary | 11111001 | 10001 | 10100110 | 0 | 1011101 | 100001 | 10 | 101000001 | 1011111 | 110100 |
Color Harmonies of #F911A6
Complementary color
Monochromatic Colors of #F911A6
Black with #F911A6
Text Example
Text Example
White with #F911A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F911A6; }
p { color: rgb(249,17,166); }
H1.HeaderClassName
{
color: #F911A6;
}
.AnyTagClassName
{
color: #F911A6;
}
</style>
background-color css
<style>
a { background-color: #F911A6; }
a { background-color: rgb(249,17,166); }
div.DivClassName
{
background-color: #F911A6;
}
.BgClassName
{
background-color: #F911A6;
}
</style>
border-color css
<style>
span { border-color: #F911A6; }
span { border-color: rgb(249,17,166); }
td.TdClassName
{
border-color: #F911A6;
}
.TagClassName
{
border-color: #F911A6;
}
</style>