Shades of Spicy Pink #FB12B2
Tints of Spicy Pink #FB12B2
RGB
CMYK
RGB Variations
Color information
#FB12B2 (or 0xFB12B2) is known color: Spicy Pink. HEX triplet: FB, 12 and B2. RGB value is (251,18,178). Sum of RGB (Red+Green+Blue) = 251+18+178=447 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.15% from 447); Green value is 18 (7.42% from 255 or 4.03% from 447); Blue value is 178 (69.92% from 255 or 39.82% from 447); Max value from RGB is 251 - color contains mainly: red. Hex color #FB12B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB12B2 is #04ED4D. Grayscale: #696969. Windows color (decimal): -322894 or 11670267. OLE color: 11670267.
HSL color Cylindrical-coordinate representation of color #FB12B2: hue angle of 318.8º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB12B2 is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 18 | 178 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.02 |
| HSL | 318.8º | 0.97% | 0.53% | - |
| HSV(B) | 318.8º | 0.93% | 0.98% | - |
| XYZ | 48.04 | 24.16 | 44.25 | - |
| YUV | 105.91 | 168.69 | 231.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 18 | 178 | 0 | 0.93 | 0.29 | 0.02 | 318.8 | 0.97 | 0.53 |
| Hex | FB | 12 | B2 | 0 | 5D | 1D | 2 | 13F | 61 | 35 |
| Octal | 373 | 22 | 262 | 0 | 135 | 35 | 2 | 477 | 141 | 65 |
| Binary | 11111011 | 10010 | 10110010 | 0 | 1011101 | 11101 | 10 | 100111111 | 1100001 | 110101 |
Color Harmonies of #FB12B2
Complementary color
Monochromatic Colors of #FB12B2
Black with #FB12B2
Text Example
Text Example
White with #FB12B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB12B2; }
p { color: rgb(251,18,178); }
H1.HeaderClassName
{
color: #FB12B2;
}
.AnyTagClassName
{
color: #FB12B2;
}
</style>
background-color css
<style>
a { background-color: #FB12B2; }
a { background-color: rgb(251,18,178); }
div.DivClassName
{
background-color: #FB12B2;
}
.BgClassName
{
background-color: #FB12B2;
}
</style>
border-color css
<style>
span { border-color: #FB12B2; }
span { border-color: rgb(251,18,178); }
td.TdClassName
{
border-color: #FB12B2;
}
.TagClassName
{
border-color: #FB12B2;
}
</style>