Shades of Spicy Pink #FD1BA3
Tints of Spicy Pink #FD1BA3
RGB
CMYK
RGB Variations
Color information
#FD1BA3 (or 0xFD1BA3) is known color: Spicy Pink. HEX triplet: FD, 1B and A3. RGB value is (253,27,163). Sum of RGB (Red+Green+Blue) = 253+27+163=443 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.11% from 443); Green value is 27 (10.94% from 255 or 6.09% from 443); Blue value is 163 (64.06% from 255 or 36.79% from 443); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1BA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD1BA3 is #02E45C. Grayscale: #6D6D6D. Windows color (decimal): -189533 or 10689533. OLE color: 10689533.
HSL color Cylindrical-coordinate representation of color #FD1BA3: hue angle of 323.89º 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 #FD1BA3 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 27 | 163 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.01 |
| HSL | 323.89º | 0.98% | 0.55% | - |
| HSV(B) | 323.89º | 0.89% | 0.99% | - |
| XYZ | 47.51 | 24.31 | 36.84 | - |
| YUV | 110.08 | 157.87 | 229.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 27 | 163 | 0 | 0.89 | 0.36 | 0.01 | 323.89 | 0.98 | 0.55 |
| Hex | FD | 1B | A3 | 0 | 59 | 24 | 1 | 144 | 62 | 37 |
| Octal | 375 | 33 | 243 | 0 | 131 | 44 | 1 | 504 | 142 | 67 |
| Binary | 11111101 | 11011 | 10100011 | 0 | 1011001 | 100100 | 1 | 101000100 | 1100010 | 110111 |
Color Harmonies of #FD1BA3
Complementary color
Monochromatic Colors of #FD1BA3
Black with #FD1BA3
Text Example
Text Example
White with #FD1BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1BA3; }
p { color: rgb(253,27,163); }
H1.HeaderClassName
{
color: #FD1BA3;
}
.AnyTagClassName
{
color: #FD1BA3;
}
</style>
background-color css
<style>
a { background-color: #FD1BA3; }
a { background-color: rgb(253,27,163); }
div.DivClassName
{
background-color: #FD1BA3;
}
.BgClassName
{
background-color: #FD1BA3;
}
</style>
border-color css
<style>
span { border-color: #FD1BA3; }
span { border-color: rgb(253,27,163); }
td.TdClassName
{
border-color: #FD1BA3;
}
.TagClassName
{
border-color: #FD1BA3;
}
</style>