Shades of Spicy Pink #FB0DAC
Tints of Spicy Pink #FB0DAC
RGB
CMYK
RGB Variations
Color information
#FB0DAC (or 0xFB0DAC) is known color: Spicy Pink. HEX triplet: FB, 0D and AC. RGB value is (251,13,172). Sum of RGB (Red+Green+Blue) = 251+13+172=436 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.57% from 436); Green value is 13 (5.47% from 255 or 2.98% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0DAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0DAC is #04F253. Grayscale: #656565. Windows color (decimal): -324180 or 11275771. OLE color: 11275771.
HSL color Cylindrical-coordinate representation of color #FB0DAC: hue angle of 319.92º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB0DAC is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 13 | 172 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.02 |
| HSL | 319.92º | 0.97% | 0.52% | - |
| HSV(B) | 319.92º | 0.95% | 0.98% | - |
| XYZ | 47.37 | 23.78 | 41.12 | - |
| YUV | 102.29 | 167.35 | 234.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 13 | 172 | 0 | 0.95 | 0.31 | 0.02 | 319.92 | 0.97 | 0.52 |
| Hex | FB | D | AC | 0 | 5F | 1F | 2 | 140 | 61 | 34 |
| Octal | 373 | 15 | 254 | 0 | 137 | 37 | 2 | 500 | 141 | 64 |
| Binary | 11111011 | 1101 | 10101100 | 0 | 1011111 | 11111 | 10 | 101000000 | 1100001 | 110100 |
Color Harmonies of #FB0DAC
Complementary color
Monochromatic Colors of #FB0DAC
Black with #FB0DAC
Text Example
Text Example
White with #FB0DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0DAC; }
p { color: rgb(251,13,172); }
H1.HeaderClassName
{
color: #FB0DAC;
}
.AnyTagClassName
{
color: #FB0DAC;
}
</style>
background-color css
<style>
a { background-color: #FB0DAC; }
a { background-color: rgb(251,13,172); }
div.DivClassName
{
background-color: #FB0DAC;
}
.BgClassName
{
background-color: #FB0DAC;
}
</style>
border-color css
<style>
span { border-color: #FB0DAC; }
span { border-color: rgb(251,13,172); }
td.TdClassName
{
border-color: #FB0DAC;
}
.TagClassName
{
border-color: #FB0DAC;
}
</style>