Shades of Spicy Pink #FD2BBA
Tints of Spicy Pink #FD2BBA
RGB
CMYK
RGB Variations
Color information
#FD2BBA (or 0xFD2BBA) is known color: Spicy Pink. HEX triplet: FD, 2B and BA. RGB value is (253,43,186). Sum of RGB (Red+Green+Blue) = 253+43+186=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 43 (17.19% from 255 or 8.92% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2BBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD2BBA is #02D445. Grayscale: #797979. Windows color (decimal): -185414 or 12200957. OLE color: 12200957.
HSL color Cylindrical-coordinate representation of color #FD2BBA: hue angle of 319.14º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD2BBA is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 43 | 186 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.01 |
| HSL | 319.14º | 0.98% | 0.58% | - |
| HSV(B) | 319.14º | 0.83% | 0.99% | - |
| XYZ | 50.23 | 26.16 | 48.86 | - |
| YUV | 122.09 | 164.07 | 221.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 43 | 186 | 0 | 0.83 | 0.26 | 0.01 | 319.14 | 0.98 | 0.58 |
| Hex | FD | 2B | BA | 0 | 53 | 1A | 1 | 13F | 62 | 3A |
| Octal | 375 | 53 | 272 | 0 | 123 | 32 | 1 | 477 | 142 | 72 |
| Binary | 11111101 | 101011 | 10111010 | 0 | 1010011 | 11010 | 1 | 100111111 | 1100010 | 111010 |
Color Harmonies of #FD2BBA
Complementary color
Monochromatic Colors of #FD2BBA
Black with #FD2BBA
Text Example
Text Example
White with #FD2BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2BBA; }
p { color: rgb(253,43,186); }
H1.HeaderClassName
{
color: #FD2BBA;
}
.AnyTagClassName
{
color: #FD2BBA;
}
</style>
background-color css
<style>
a { background-color: #FD2BBA; }
a { background-color: rgb(253,43,186); }
div.DivClassName
{
background-color: #FD2BBA;
}
.BgClassName
{
background-color: #FD2BBA;
}
</style>
border-color css
<style>
span { border-color: #FD2BBA; }
span { border-color: rgb(253,43,186); }
td.TdClassName
{
border-color: #FD2BBA;
}
.TagClassName
{
border-color: #FD2BBA;
}
</style>