Shades of Spicy Pink #FB25AB
Tints of Spicy Pink #FB25AB
RGB
CMYK
RGB Variations
Color information
#FB25AB (or 0xFB25AB) is known color: Spicy Pink. HEX triplet: FB, 25 and AB. RGB value is (251,37,171). Sum of RGB (Red+Green+Blue) = 251+37+171=459 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.68% from 459); Green value is 37 (14.84% from 255 or 8.06% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 251 - color contains mainly: red. Hex color #FB25AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB25AB is #04DA54. Grayscale: #737373. Windows color (decimal): -318037 or 11216379. OLE color: 11216379.
HSL color Cylindrical-coordinate representation of color #FB25AB: hue angle of 322.43º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB25AB is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 37 | 171 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.02 |
| HSL | 322.43º | 0.96% | 0.56% | - |
| HSV(B) | 322.43º | 0.85% | 0.98% | - |
| XYZ | 47.8 | 24.77 | 40.79 | - |
| YUV | 116.26 | 158.9 | 224.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 37 | 171 | 0 | 0.85 | 0.32 | 0.02 | 322.43 | 0.96 | 0.56 |
| Hex | FB | 25 | AB | 0 | 55 | 20 | 2 | 142 | 60 | 38 |
| Octal | 373 | 45 | 253 | 0 | 125 | 40 | 2 | 502 | 140 | 70 |
| Binary | 11111011 | 100101 | 10101011 | 0 | 1010101 | 100000 | 10 | 101000010 | 1100000 | 111000 |
Color Harmonies of #FB25AB
Complementary color
Monochromatic Colors of #FB25AB
Black with #FB25AB
Text Example
Text Example
White with #FB25AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB25AB; }
p { color: rgb(251,37,171); }
H1.HeaderClassName
{
color: #FB25AB;
}
.AnyTagClassName
{
color: #FB25AB;
}
</style>
background-color css
<style>
a { background-color: #FB25AB; }
a { background-color: rgb(251,37,171); }
div.DivClassName
{
background-color: #FB25AB;
}
.BgClassName
{
background-color: #FB25AB;
}
</style>
border-color css
<style>
span { border-color: #FB25AB; }
span { border-color: rgb(251,37,171); }
td.TdClassName
{
border-color: #FB25AB;
}
.TagClassName
{
border-color: #FB25AB;
}
</style>