Shades of Spicy Pink #FB15B2
Tints of Spicy Pink #FB15B2
RGB
CMYK
RGB Variations
Color information
#FB15B2 (or 0xFB15B2) is known color: Spicy Pink. HEX triplet: FB, 15 and B2. RGB value is (251,21,178). Sum of RGB (Red+Green+Blue) = 251+21+178=450 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.78% from 450); Green value is 21 (8.59% from 255 or 4.67% from 450); Blue value is 178 (69.92% from 255 or 39.56% from 450); Max value from RGB is 251 - color contains mainly: red. Hex color #FB15B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB15B2 is #04EA4D. Grayscale: #6B6B6B. Windows color (decimal): -322126 or 11671035. OLE color: 11671035.
HSL color Cylindrical-coordinate representation of color #FB15B2: hue angle of 319.04º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB15B2 is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 21 | 178 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.02 |
| HSL | 319.04º | 0.97% | 0.53% | - |
| HSV(B) | 319.04º | 0.92% | 0.98% | - |
| XYZ | 48.09 | 24.26 | 44.27 | - |
| YUV | 107.67 | 167.7 | 230.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 21 | 178 | 0 | 0.92 | 0.29 | 0.02 | 319.04 | 0.97 | 0.53 |
| Hex | FB | 15 | B2 | 0 | 5C | 1D | 2 | 13F | 61 | 35 |
| Octal | 373 | 25 | 262 | 0 | 134 | 35 | 2 | 477 | 141 | 65 |
| Binary | 11111011 | 10101 | 10110010 | 0 | 1011100 | 11101 | 10 | 100111111 | 1100001 | 110101 |
Color Harmonies of #FB15B2
Complementary color
Monochromatic Colors of #FB15B2
Black with #FB15B2
Text Example
Text Example
White with #FB15B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB15B2; }
p { color: rgb(251,21,178); }
H1.HeaderClassName
{
color: #FB15B2;
}
.AnyTagClassName
{
color: #FB15B2;
}
</style>
background-color css
<style>
a { background-color: #FB15B2; }
a { background-color: rgb(251,21,178); }
div.DivClassName
{
background-color: #FB15B2;
}
.BgClassName
{
background-color: #FB15B2;
}
</style>
border-color css
<style>
span { border-color: #FB15B2; }
span { border-color: rgb(251,21,178); }
td.TdClassName
{
border-color: #FB15B2;
}
.TagClassName
{
border-color: #FB15B2;
}
</style>