Shades of Spicy Pink #FB1CAC
Tints of Spicy Pink #FB1CAC
RGB
CMYK
RGB Variations
Color information
#FB1CAC (or 0xFB1CAC) is known color: Spicy Pink. HEX triplet: FB, 1C and AC. RGB value is (251,28,172). Sum of RGB (Red+Green+Blue) = 251+28+172=451 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.65% from 451); Green value is 28 (11.33% from 255 or 6.21% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1CAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1CAC is #04E353. Grayscale: #6E6E6E. Windows color (decimal): -320340 or 11279611. OLE color: 11279611.
HSL color Cylindrical-coordinate representation of color #FB1CAC: hue angle of 321.26º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FB1CAC is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 28 | 172 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.02 |
| HSL | 321.26º | 0.97% | 0.55% | - |
| HSV(B) | 321.26º | 0.89% | 0.98% | - |
| XYZ | 47.65 | 24.32 | 41.21 | - |
| YUV | 111.09 | 162.38 | 227.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 28 | 172 | 0 | 0.89 | 0.31 | 0.02 | 321.26 | 0.97 | 0.55 |
| Hex | FB | 1C | AC | 0 | 59 | 1F | 2 | 141 | 61 | 37 |
| Octal | 373 | 34 | 254 | 0 | 131 | 37 | 2 | 501 | 141 | 67 |
| Binary | 11111011 | 11100 | 10101100 | 0 | 1011001 | 11111 | 10 | 101000001 | 1100001 | 110111 |
Color Harmonies of #FB1CAC
Complementary color
Monochromatic Colors of #FB1CAC
Black with #FB1CAC
Text Example
Text Example
White with #FB1CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1CAC; }
p { color: rgb(251,28,172); }
H1.HeaderClassName
{
color: #FB1CAC;
}
.AnyTagClassName
{
color: #FB1CAC;
}
</style>
background-color css
<style>
a { background-color: #FB1CAC; }
a { background-color: rgb(251,28,172); }
div.DivClassName
{
background-color: #FB1CAC;
}
.BgClassName
{
background-color: #FB1CAC;
}
</style>
border-color css
<style>
span { border-color: #FB1CAC; }
span { border-color: rgb(251,28,172); }
td.TdClassName
{
border-color: #FB1CAC;
}
.TagClassName
{
border-color: #FB1CAC;
}
</style>