Shades of Spicy Pink #FB2ABA
Tints of Spicy Pink #FB2ABA
RGB
CMYK
RGB Variations
Color information
#FB2ABA (or 0xFB2ABA) is known color: Spicy Pink. HEX triplet: FB, 2A and BA. RGB value is (251,42,186). Sum of RGB (Red+Green+Blue) = 251+42+186=479 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.40% from 479); Green value is 42 (16.80% from 255 or 8.77% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2ABA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB2ABA is #04D545. Grayscale: #787878. Windows color (decimal): -316742 or 12200699. OLE color: 12200699.
HSL color Cylindrical-coordinate representation of color #FB2ABA: hue angle of 318.66º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB2ABA is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 42 | 186 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.02 |
| HSL | 318.66º | 0.96% | 0.57% | - |
| HSV(B) | 318.66º | 0.83% | 0.98% | - |
| XYZ | 49.47 | 25.71 | 48.81 | - |
| YUV | 120.91 | 164.74 | 220.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 42 | 186 | 0 | 0.83 | 0.26 | 0.02 | 318.66 | 0.96 | 0.57 |
| Hex | FB | 2A | BA | 0 | 53 | 1A | 2 | 13F | 60 | 39 |
| Octal | 373 | 52 | 272 | 0 | 123 | 32 | 2 | 477 | 140 | 71 |
| Binary | 11111011 | 101010 | 10111010 | 0 | 1010011 | 11010 | 10 | 100111111 | 1100000 | 111001 |
Color Harmonies of #FB2ABA
Complementary color
Monochromatic Colors of #FB2ABA
Black with #FB2ABA
Text Example
Text Example
White with #FB2ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2ABA; }
p { color: rgb(251,42,186); }
H1.HeaderClassName
{
color: #FB2ABA;
}
.AnyTagClassName
{
color: #FB2ABA;
}
</style>
background-color css
<style>
a { background-color: #FB2ABA; }
a { background-color: rgb(251,42,186); }
div.DivClassName
{
background-color: #FB2ABA;
}
.BgClassName
{
background-color: #FB2ABA;
}
</style>
border-color css
<style>
span { border-color: #FB2ABA; }
span { border-color: rgb(251,42,186); }
td.TdClassName
{
border-color: #FB2ABA;
}
.TagClassName
{
border-color: #FB2ABA;
}
</style>