Shades of Spicy Pink #FD0BAC
Tints of Spicy Pink #FD0BAC
RGB
CMYK
RGB Variations
Color information
#FD0BAC (or 0xFD0BAC) is known color: Spicy Pink. HEX triplet: FD, 0B and AC. RGB value is (253,11,172). Sum of RGB (Red+Green+Blue) = 253+11+172=436 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.03% from 436); Green value is 11 (4.69% from 255 or 2.52% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0BAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0BAC is #02F453. Grayscale: #656565. Windows color (decimal): -193620 or 11275261. OLE color: 11275261.
HSL color Cylindrical-coordinate representation of color #FD0BAC: hue angle of 320.08º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD0BAC is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 11 | 172 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.01 |
| HSL | 320.08º | 0.98% | 0.52% | - |
| HSV(B) | 320.08º | 0.96% | 0.99% | - |
| XYZ | 48.07 | 24.1 | 41.15 | - |
| YUV | 101.71 | 167.67 | 235.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 11 | 172 | 0 | 0.96 | 0.32 | 0.01 | 320.08 | 0.98 | 0.52 |
| Hex | FD | B | AC | 0 | 60 | 20 | 1 | 140 | 62 | 34 |
| Octal | 375 | 13 | 254 | 0 | 140 | 40 | 1 | 500 | 142 | 64 |
| Binary | 11111101 | 1011 | 10101100 | 0 | 1100000 | 100000 | 1 | 101000000 | 1100010 | 110100 |
Color Harmonies of #FD0BAC
Complementary color
Monochromatic Colors of #FD0BAC
Black with #FD0BAC
Text Example
Text Example
White with #FD0BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0BAC; }
p { color: rgb(253,11,172); }
H1.HeaderClassName
{
color: #FD0BAC;
}
.AnyTagClassName
{
color: #FD0BAC;
}
</style>
background-color css
<style>
a { background-color: #FD0BAC; }
a { background-color: rgb(253,11,172); }
div.DivClassName
{
background-color: #FD0BAC;
}
.BgClassName
{
background-color: #FD0BAC;
}
</style>
border-color css
<style>
span { border-color: #FD0BAC; }
span { border-color: rgb(253,11,172); }
td.TdClassName
{
border-color: #FD0BAC;
}
.TagClassName
{
border-color: #FD0BAC;
}
</style>