Shades of Spicy Pink #FB2AB8
Tints of Spicy Pink #FB2AB8
RGB
CMYK
RGB Variations
Color information
#FB2AB8 (or 0xFB2AB8) is known color: Spicy Pink. HEX triplet: FB, 2A and B8. RGB value is (251,42,184). Sum of RGB (Red+Green+Blue) = 251+42+184=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 42 (16.80% from 255 or 8.81% from 477); Blue value is 184 (72.27% from 255 or 38.57% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2AB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB2AB8 is #04D547. Grayscale: #787878. Windows color (decimal): -316744 or 12069627. OLE color: 12069627.
HSL color Cylindrical-coordinate representation of color #FB2AB8: hue angle of 319.23º 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 #FB2AB8 is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 42 | 184 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.02 |
| HSL | 319.23º | 0.96% | 0.57% | - |
| HSV(B) | 319.23º | 0.83% | 0.98% | - |
| XYZ | 49.26 | 25.63 | 47.7 | - |
| YUV | 120.68 | 163.74 | 220.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 42 | 184 | 0 | 0.83 | 0.27 | 0.02 | 319.23 | 0.96 | 0.57 |
| Hex | FB | 2A | B8 | 0 | 53 | 1B | 2 | 13F | 60 | 39 |
| Octal | 373 | 52 | 270 | 0 | 123 | 33 | 2 | 477 | 140 | 71 |
| Binary | 11111011 | 101010 | 10111000 | 0 | 1010011 | 11011 | 10 | 100111111 | 1100000 | 111001 |
Color Harmonies of #FB2AB8
Complementary color
Monochromatic Colors of #FB2AB8
Black with #FB2AB8
Text Example
Text Example
White with #FB2AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2AB8; }
p { color: rgb(251,42,184); }
H1.HeaderClassName
{
color: #FB2AB8;
}
.AnyTagClassName
{
color: #FB2AB8;
}
</style>
background-color css
<style>
a { background-color: #FB2AB8; }
a { background-color: rgb(251,42,184); }
div.DivClassName
{
background-color: #FB2AB8;
}
.BgClassName
{
background-color: #FB2AB8;
}
</style>
border-color css
<style>
span { border-color: #FB2AB8; }
span { border-color: rgb(251,42,184); }
td.TdClassName
{
border-color: #FB2AB8;
}
.TagClassName
{
border-color: #FB2AB8;
}
</style>