Shades of Spicy Pink #F910AA
Tints of Spicy Pink #F910AA
RGB
CMYK
RGB Variations
Color information
#F910AA (or 0xF910AA) is known color: Spicy Pink. HEX triplet: F9, 10 and AA. RGB value is (249,16,170). Sum of RGB (Red+Green+Blue) = 249+16+170=435 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.24% from 435); Green value is 16 (6.64% from 255 or 3.68% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 249 - color contains mainly: red. Hex color #F910AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F910AA is #06EF55. Grayscale: #666666. Windows color (decimal): -454486 or 11145465. OLE color: 11145465.
HSL color Cylindrical-coordinate representation of color #F910AA: hue angle of 320.34º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F910AA is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 16 | 170 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.02 |
| HSL | 320.34º | 0.95% | 0.52% | - |
| HSV(B) | 320.34º | 0.94% | 0.98% | - |
| XYZ | 46.51 | 23.41 | 40.1 | - |
| YUV | 103.22 | 165.69 | 231.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 16 | 170 | 0 | 0.94 | 0.32 | 0.02 | 320.34 | 0.95 | 0.52 |
| Hex | F9 | 10 | AA | 0 | 5E | 20 | 2 | 140 | 5F | 34 |
| Octal | 371 | 20 | 252 | 0 | 136 | 40 | 2 | 500 | 137 | 64 |
| Binary | 11111001 | 10000 | 10101010 | 0 | 1011110 | 100000 | 10 | 101000000 | 1011111 | 110100 |
Color Harmonies of #F910AA
Complementary color
Monochromatic Colors of #F910AA
Black with #F910AA
Text Example
Text Example
White with #F910AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F910AA; }
p { color: rgb(249,16,170); }
H1.HeaderClassName
{
color: #F910AA;
}
.AnyTagClassName
{
color: #F910AA;
}
</style>
background-color css
<style>
a { background-color: #F910AA; }
a { background-color: rgb(249,16,170); }
div.DivClassName
{
background-color: #F910AA;
}
.BgClassName
{
background-color: #F910AA;
}
</style>
border-color css
<style>
span { border-color: #F910AA; }
span { border-color: rgb(249,16,170); }
td.TdClassName
{
border-color: #F910AA;
}
.TagClassName
{
border-color: #F910AA;
}
</style>