Shades of Spicy Pink #FB1FAA
Tints of Spicy Pink #FB1FAA
RGB
CMYK
RGB Variations
Color information
#FB1FAA (or 0xFB1FAA) is known color: Spicy Pink. HEX triplet: FB, 1F and AA. RGB value is (251,31,170). Sum of RGB (Red+Green+Blue) = 251+31+170=452 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.53% from 452); Green value is 31 (12.5% from 255 or 6.86% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1FAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1FAA is #04E055. Grayscale: #707070. Windows color (decimal): -319574 or 11149307. OLE color: 11149307.
HSL color Cylindrical-coordinate representation of color #FB1FAA: hue angle of 322.09º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB1FAA is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 31 | 170 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.02 |
| HSL | 322.09º | 0.96% | 0.55% | - |
| HSV(B) | 322.09º | 0.88% | 0.98% | - |
| XYZ | 47.53 | 24.39 | 40.23 | - |
| YUV | 112.63 | 160.39 | 226.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 31 | 170 | 0 | 0.88 | 0.32 | 0.02 | 322.09 | 0.96 | 0.55 |
| Hex | FB | 1F | AA | 0 | 58 | 20 | 2 | 142 | 60 | 37 |
| Octal | 373 | 37 | 252 | 0 | 130 | 40 | 2 | 502 | 140 | 67 |
| Binary | 11111011 | 11111 | 10101010 | 0 | 1011000 | 100000 | 10 | 101000010 | 1100000 | 110111 |
Color Harmonies of #FB1FAA
Complementary color
Monochromatic Colors of #FB1FAA
Black with #FB1FAA
Text Example
Text Example
White with #FB1FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1FAA; }
p { color: rgb(251,31,170); }
H1.HeaderClassName
{
color: #FB1FAA;
}
.AnyTagClassName
{
color: #FB1FAA;
}
</style>
background-color css
<style>
a { background-color: #FB1FAA; }
a { background-color: rgb(251,31,170); }
div.DivClassName
{
background-color: #FB1FAA;
}
.BgClassName
{
background-color: #FB1FAA;
}
</style>
border-color css
<style>
span { border-color: #FB1FAA; }
span { border-color: rgb(251,31,170); }
td.TdClassName
{
border-color: #FB1FAA;
}
.TagClassName
{
border-color: #FB1FAA;
}
</style>