Shades of Spicy Pink #F91AB2
Tints of Spicy Pink #F91AB2
RGB
CMYK
RGB Variations
Color information
#F91AB2 (or 0xF91AB2) is known color: Spicy Pink. HEX triplet: F9, 1A and B2. RGB value is (249,26,178). Sum of RGB (Red+Green+Blue) = 249+26+178=453 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.97% from 453); Green value is 26 (10.55% from 255 or 5.74% from 453); Blue value is 178 (69.92% from 255 or 39.29% from 453); Max value from RGB is 249 - color contains mainly: red. Hex color #F91AB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91AB2 is #06E54D. Grayscale: #6D6D6D. Windows color (decimal): -451918 or 11672313. OLE color: 11672313.
HSL color Cylindrical-coordinate representation of color #F91AB2: hue angle of 319.1º 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 #F91AB2 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 26 | 178 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.02 |
| HSL | 319.1º | 0.95% | 0.54% | - |
| HSV(B) | 319.1º | 0.9% | 0.98% | - |
| XYZ | 47.47 | 24.09 | 44.27 | - |
| YUV | 110.01 | 166.38 | 227.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 26 | 178 | 0 | 0.90 | 0.29 | 0.02 | 319.1 | 0.95 | 0.54 |
| Hex | F9 | 1A | B2 | 0 | 5A | 1D | 2 | 13F | 5F | 36 |
| Octal | 371 | 32 | 262 | 0 | 132 | 35 | 2 | 477 | 137 | 66 |
| Binary | 11111001 | 11010 | 10110010 | 0 | 1011010 | 11101 | 10 | 100111111 | 1011111 | 110110 |
Color Harmonies of #F91AB2
Complementary color
Monochromatic Colors of #F91AB2
Black with #F91AB2
Text Example
Text Example
White with #F91AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91AB2; }
p { color: rgb(249,26,178); }
H1.HeaderClassName
{
color: #F91AB2;
}
.AnyTagClassName
{
color: #F91AB2;
}
</style>
background-color css
<style>
a { background-color: #F91AB2; }
a { background-color: rgb(249,26,178); }
div.DivClassName
{
background-color: #F91AB2;
}
.BgClassName
{
background-color: #F91AB2;
}
</style>
border-color css
<style>
span { border-color: #F91AB2; }
span { border-color: rgb(249,26,178); }
td.TdClassName
{
border-color: #F91AB2;
}
.TagClassName
{
border-color: #F91AB2;
}
</style>