Shades of Spicy Pink #FD1BA7
Tints of Spicy Pink #FD1BA7
RGB
CMYK
RGB Variations
Color information
#FD1BA7 (or 0xFD1BA7) is known color: Spicy Pink. HEX triplet: FD, 1B and A7. RGB value is (253,27,167). Sum of RGB (Red+Green+Blue) = 253+27+167=447 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.60% from 447); Green value is 27 (10.94% from 255 or 6.04% from 447); Blue value is 167 (65.62% from 255 or 37.36% from 447); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1BA7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD1BA7 is #02E458. Grayscale: #6E6E6E. Windows color (decimal): -189529 or 10951677. OLE color: 10951677.
HSL color Cylindrical-coordinate representation of color #FD1BA7: hue angle of 322.83º 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 #FD1BA7 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 27 | 167 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.01 |
| HSL | 322.83º | 0.98% | 0.55% | - |
| HSV(B) | 322.83º | 0.89% | 0.99% | - |
| XYZ | 47.88 | 24.46 | 38.76 | - |
| YUV | 110.53 | 159.87 | 229.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 27 | 167 | 0 | 0.89 | 0.34 | 0.01 | 322.83 | 0.98 | 0.55 |
| Hex | FD | 1B | A7 | 0 | 59 | 22 | 1 | 143 | 62 | 37 |
| Octal | 375 | 33 | 247 | 0 | 131 | 42 | 1 | 503 | 142 | 67 |
| Binary | 11111101 | 11011 | 10100111 | 0 | 1011001 | 100010 | 1 | 101000011 | 1100010 | 110111 |
Color Harmonies of #FD1BA7
Complementary color
Monochromatic Colors of #FD1BA7
Black with #FD1BA7
Text Example
Text Example
White with #FD1BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1BA7; }
p { color: rgb(253,27,167); }
H1.HeaderClassName
{
color: #FD1BA7;
}
.AnyTagClassName
{
color: #FD1BA7;
}
</style>
background-color css
<style>
a { background-color: #FD1BA7; }
a { background-color: rgb(253,27,167); }
div.DivClassName
{
background-color: #FD1BA7;
}
.BgClassName
{
background-color: #FD1BA7;
}
</style>
border-color css
<style>
span { border-color: #FD1BA7; }
span { border-color: rgb(253,27,167); }
td.TdClassName
{
border-color: #FD1BA7;
}
.TagClassName
{
border-color: #FD1BA7;
}
</style>