Shades of Spicy Pink #FD1BBA
Tints of Spicy Pink #FD1BBA
RGB
CMYK
RGB Variations
Color information
#FD1BBA (or 0xFD1BBA) is known color: Spicy Pink. HEX triplet: FD, 1B and BA. RGB value is (253,27,186). Sum of RGB (Red+Green+Blue) = 253+27+186=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 27 (10.94% from 255 or 5.79% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1BBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1BBA is #02E445. Grayscale: #707070. Windows color (decimal): -189510 or 12196861. OLE color: 12196861.
HSL color Cylindrical-coordinate representation of color #FD1BBA: hue angle of 317.79º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD1BBA is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 27 | 186 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.01 |
| HSL | 317.79º | 0.98% | 0.55% | - |
| HSV(B) | 317.79º | 0.89% | 0.99% | - |
| XYZ | 49.76 | 25.21 | 48.7 | - |
| YUV | 112.7 | 169.37 | 228.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 27 | 186 | 0 | 0.89 | 0.26 | 0.01 | 317.79 | 0.98 | 0.55 |
| Hex | FD | 1B | BA | 0 | 59 | 1A | 1 | 13E | 62 | 37 |
| Octal | 375 | 33 | 272 | 0 | 131 | 32 | 1 | 476 | 142 | 67 |
| Binary | 11111101 | 11011 | 10111010 | 0 | 1011001 | 11010 | 1 | 100111110 | 1100010 | 110111 |
Color Harmonies of #FD1BBA
Complementary color
Monochromatic Colors of #FD1BBA
Black with #FD1BBA
Text Example
Text Example
White with #FD1BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1BBA; }
p { color: rgb(253,27,186); }
H1.HeaderClassName
{
color: #FD1BBA;
}
.AnyTagClassName
{
color: #FD1BBA;
}
</style>
background-color css
<style>
a { background-color: #FD1BBA; }
a { background-color: rgb(253,27,186); }
div.DivClassName
{
background-color: #FD1BBA;
}
.BgClassName
{
background-color: #FD1BBA;
}
</style>
border-color css
<style>
span { border-color: #FD1BBA; }
span { border-color: rgb(253,27,186); }
td.TdClassName
{
border-color: #FD1BBA;
}
.TagClassName
{
border-color: #FD1BBA;
}
</style>