Shades of Spicy Pink #FB0CAC
Tints of Spicy Pink #FB0CAC
RGB
CMYK
RGB Variations
Color information
#FB0CAC (or 0xFB0CAC) is known color: Spicy Pink. HEX triplet: FB, 0C and AC. RGB value is (251,12,172). Sum of RGB (Red+Green+Blue) = 251+12+172=435 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.70% from 435); Green value is 12 (5.08% from 255 or 2.76% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0CAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0CAC is #04F353. Grayscale: #656565. Windows color (decimal): -324436 or 11275515. OLE color: 11275515.
HSL color Cylindrical-coordinate representation of color #FB0CAC: hue angle of 319.83º 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 #FB0CAC is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 12 | 172 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.02 |
| HSL | 319.83º | 0.97% | 0.52% | - |
| HSV(B) | 319.83º | 0.95% | 0.98% | - |
| XYZ | 47.36 | 23.75 | 41.12 | - |
| YUV | 101.7 | 167.68 | 234.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 12 | 172 | 0 | 0.95 | 0.31 | 0.02 | 319.83 | 0.97 | 0.52 |
| Hex | FB | C | AC | 0 | 5F | 1F | 2 | 140 | 61 | 34 |
| Octal | 373 | 14 | 254 | 0 | 137 | 37 | 2 | 500 | 141 | 64 |
| Binary | 11111011 | 1100 | 10101100 | 0 | 1011111 | 11111 | 10 | 101000000 | 1100001 | 110100 |
Color Harmonies of #FB0CAC
Complementary color
Monochromatic Colors of #FB0CAC
Black with #FB0CAC
Text Example
Text Example
White with #FB0CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0CAC; }
p { color: rgb(251,12,172); }
H1.HeaderClassName
{
color: #FB0CAC;
}
.AnyTagClassName
{
color: #FB0CAC;
}
</style>
background-color css
<style>
a { background-color: #FB0CAC; }
a { background-color: rgb(251,12,172); }
div.DivClassName
{
background-color: #FB0CAC;
}
.BgClassName
{
background-color: #FB0CAC;
}
</style>
border-color css
<style>
span { border-color: #FB0CAC; }
span { border-color: rgb(251,12,172); }
td.TdClassName
{
border-color: #FB0CAC;
}
.TagClassName
{
border-color: #FB0CAC;
}
</style>