Shades of Spicy Pink #FB1AAE
Tints of Spicy Pink #FB1AAE
RGB
CMYK
RGB Variations
Color information
#FB1AAE (or 0xFB1AAE) is known color: Spicy Pink. HEX triplet: FB, 1A and AE. RGB value is (251,26,174). Sum of RGB (Red+Green+Blue) = 251+26+174=451 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.65% from 451); Green value is 26 (10.55% from 255 or 5.76% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1AAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1AAE is #04E551. Grayscale: #6D6D6D. Windows color (decimal): -320850 or 11410171. OLE color: 11410171.
HSL color Cylindrical-coordinate representation of color #FB1AAE: hue angle of 320.53º degrees, saturation: 0.97, 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 #FB1AAE is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 26 | 174 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.02 |
| HSL | 320.53º | 0.97% | 0.54% | - |
| HSV(B) | 320.53º | 0.9% | 0.98% | - |
| XYZ | 47.79 | 24.3 | 42.22 | - |
| YUV | 110.15 | 164.04 | 228.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 26 | 174 | 0 | 0.90 | 0.31 | 0.02 | 320.53 | 0.97 | 0.54 |
| Hex | FB | 1A | AE | 0 | 5A | 1F | 2 | 141 | 61 | 36 |
| Octal | 373 | 32 | 256 | 0 | 132 | 37 | 2 | 501 | 141 | 66 |
| Binary | 11111011 | 11010 | 10101110 | 0 | 1011010 | 11111 | 10 | 101000001 | 1100001 | 110110 |
Color Harmonies of #FB1AAE
Complementary color
Monochromatic Colors of #FB1AAE
Black with #FB1AAE
Text Example
Text Example
White with #FB1AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1AAE; }
p { color: rgb(251,26,174); }
H1.HeaderClassName
{
color: #FB1AAE;
}
.AnyTagClassName
{
color: #FB1AAE;
}
</style>
background-color css
<style>
a { background-color: #FB1AAE; }
a { background-color: rgb(251,26,174); }
div.DivClassName
{
background-color: #FB1AAE;
}
.BgClassName
{
background-color: #FB1AAE;
}
</style>
border-color css
<style>
span { border-color: #FB1AAE; }
span { border-color: rgb(251,26,174); }
td.TdClassName
{
border-color: #FB1AAE;
}
.TagClassName
{
border-color: #FB1AAE;
}
</style>