Shades of Spicy Pink #F91AB8
Tints of Spicy Pink #F91AB8
RGB
CMYK
RGB Variations
Color information
#F91AB8 (or 0xF91AB8) is known color: Spicy Pink. HEX triplet: F9, 1A and B8. RGB value is (249,26,184). Sum of RGB (Red+Green+Blue) = 249+26+184=459 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.25% from 459); Green value is 26 (10.55% from 255 or 5.66% from 459); Blue value is 184 (72.27% from 255 or 40.09% from 459); Max value from RGB is 249 - color contains mainly: red. Hex color #F91AB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91AB8 is #06E547. Grayscale: #6E6E6E. Windows color (decimal): -451912 or 12065529. OLE color: 12065529.
HSL color Cylindrical-coordinate representation of color #F91AB8: hue angle of 317.49º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F91AB8 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 26 | 184 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.02 |
| HSL | 317.49º | 0.95% | 0.54% | - |
| HSV(B) | 317.49º | 0.9% | 0.98% | - |
| XYZ | 48.09 | 24.34 | 47.51 | - |
| YUV | 110.69 | 169.38 | 226.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 26 | 184 | 0 | 0.90 | 0.26 | 0.02 | 317.49 | 0.95 | 0.54 |
| Hex | F9 | 1A | B8 | 0 | 5A | 1A | 2 | 13D | 5F | 36 |
| Octal | 371 | 32 | 270 | 0 | 132 | 32 | 2 | 475 | 137 | 66 |
| Binary | 11111001 | 11010 | 10111000 | 0 | 1011010 | 11010 | 10 | 100111101 | 1011111 | 110110 |
Color Harmonies of #F91AB8
Complementary color
Monochromatic Colors of #F91AB8
Black with #F91AB8
Text Example
Text Example
White with #F91AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91AB8; }
p { color: rgb(249,26,184); }
H1.HeaderClassName
{
color: #F91AB8;
}
.AnyTagClassName
{
color: #F91AB8;
}
</style>
background-color css
<style>
a { background-color: #F91AB8; }
a { background-color: rgb(249,26,184); }
div.DivClassName
{
background-color: #F91AB8;
}
.BgClassName
{
background-color: #F91AB8;
}
</style>
border-color css
<style>
span { border-color: #F91AB8; }
span { border-color: rgb(249,26,184); }
td.TdClassName
{
border-color: #F91AB8;
}
.TagClassName
{
border-color: #F91AB8;
}
</style>