Shades of Spicy Pink #FB14B2
Tints of Spicy Pink #FB14B2
RGB
CMYK
RGB Variations
Color information
#FB14B2 (or 0xFB14B2) is known color: Spicy Pink. HEX triplet: FB, 14 and B2. RGB value is (251,20,178). Sum of RGB (Red+Green+Blue) = 251+20+178=449 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.90% from 449); Green value is 20 (8.20% from 255 or 4.45% from 449); Blue value is 178 (69.92% from 255 or 39.64% from 449); Max value from RGB is 251 - color contains mainly: red. Hex color #FB14B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB14B2 is #04EB4D. Grayscale: #6A6A6A. Windows color (decimal): -322382 or 11670779. OLE color: 11670779.
HSL color Cylindrical-coordinate representation of color #FB14B2: hue angle of 318.96º 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 #FB14B2 is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 20 | 178 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.02 |
| HSL | 318.96º | 0.97% | 0.53% | - |
| HSV(B) | 318.96º | 0.92% | 0.98% | - |
| XYZ | 48.07 | 24.22 | 44.26 | - |
| YUV | 107.08 | 168.03 | 230.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 20 | 178 | 0 | 0.92 | 0.29 | 0.02 | 318.96 | 0.97 | 0.53 |
| Hex | FB | 14 | B2 | 0 | 5C | 1D | 2 | 13F | 61 | 35 |
| Octal | 373 | 24 | 262 | 0 | 134 | 35 | 2 | 477 | 141 | 65 |
| Binary | 11111011 | 10100 | 10110010 | 0 | 1011100 | 11101 | 10 | 100111111 | 1100001 | 110101 |
Color Harmonies of #FB14B2
Complementary color
Monochromatic Colors of #FB14B2
Black with #FB14B2
Text Example
Text Example
White with #FB14B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB14B2; }
p { color: rgb(251,20,178); }
H1.HeaderClassName
{
color: #FB14B2;
}
.AnyTagClassName
{
color: #FB14B2;
}
</style>
background-color css
<style>
a { background-color: #FB14B2; }
a { background-color: rgb(251,20,178); }
div.DivClassName
{
background-color: #FB14B2;
}
.BgClassName
{
background-color: #FB14B2;
}
</style>
border-color css
<style>
span { border-color: #FB14B2; }
span { border-color: rgb(251,20,178); }
td.TdClassName
{
border-color: #FB14B2;
}
.TagClassName
{
border-color: #FB14B2;
}
</style>