Shades of Spicy Pink #F910AB
Tints of Spicy Pink #F910AB
RGB
CMYK
RGB Variations
Color information
#F910AB (or 0xF910AB) is known color: Spicy Pink. HEX triplet: F9, 10 and AB. RGB value is (249,16,171). Sum of RGB (Red+Green+Blue) = 249+16+171=436 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.11% from 436); Green value is 16 (6.64% from 255 or 3.67% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 249 - color contains mainly: red. Hex color #F910AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F910AB is #06EF54. Grayscale: #666666. Windows color (decimal): -454485 or 11211001. OLE color: 11211001.
HSL color Cylindrical-coordinate representation of color #F910AB: hue angle of 320.09º 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 #F910AB is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 16 | 171 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.02 |
| HSL | 320.09º | 0.95% | 0.52% | - |
| HSV(B) | 320.09º | 0.94% | 0.98% | - |
| XYZ | 46.6 | 23.45 | 40.6 | - |
| YUV | 103.34 | 166.19 | 231.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 16 | 171 | 0 | 0.94 | 0.31 | 0.02 | 320.09 | 0.95 | 0.52 |
| Hex | F9 | 10 | AB | 0 | 5E | 1F | 2 | 140 | 5F | 34 |
| Octal | 371 | 20 | 253 | 0 | 136 | 37 | 2 | 500 | 137 | 64 |
| Binary | 11111001 | 10000 | 10101011 | 0 | 1011110 | 11111 | 10 | 101000000 | 1011111 | 110100 |
Color Harmonies of #F910AB
Complementary color
Monochromatic Colors of #F910AB
Black with #F910AB
Text Example
Text Example
White with #F910AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F910AB; }
p { color: rgb(249,16,171); }
H1.HeaderClassName
{
color: #F910AB;
}
.AnyTagClassName
{
color: #F910AB;
}
</style>
background-color css
<style>
a { background-color: #F910AB; }
a { background-color: rgb(249,16,171); }
div.DivClassName
{
background-color: #F910AB;
}
.BgClassName
{
background-color: #F910AB;
}
</style>
border-color css
<style>
span { border-color: #F910AB; }
span { border-color: rgb(249,16,171); }
td.TdClassName
{
border-color: #F910AB;
}
.TagClassName
{
border-color: #F910AB;
}
</style>