Shades of Spicy Pink #FB14A2
Tints of Spicy Pink #FB14A2
RGB
CMYK
RGB Variations
Color information
#FB14A2 (or 0xFB14A2) is known color: Spicy Pink. HEX triplet: FB, 14 and A2. RGB value is (251,20,162). Sum of RGB (Red+Green+Blue) = 251+20+162=433 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.97% from 433); Green value is 20 (8.20% from 255 or 4.62% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 251 - color contains mainly: red. Hex color #FB14A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB14A2 is #04EB5D. Grayscale: #686868. Windows color (decimal): -322398 or 10622203. OLE color: 10622203.
HSL color Cylindrical-coordinate representation of color #FB14A2: hue angle of 323.12º 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 #FB14A2 is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 20 | 162 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.02 |
| HSL | 323.12º | 0.97% | 0.53% | - |
| HSV(B) | 323.12º | 0.92% | 0.98% | - |
| XYZ | 46.56 | 23.62 | 36.29 | - |
| YUV | 105.26 | 160.03 | 231.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 20 | 162 | 0 | 0.92 | 0.35 | 0.02 | 323.12 | 0.97 | 0.53 |
| Hex | FB | 14 | A2 | 0 | 5C | 23 | 2 | 143 | 61 | 35 |
| Octal | 373 | 24 | 242 | 0 | 134 | 43 | 2 | 503 | 141 | 65 |
| Binary | 11111011 | 10100 | 10100010 | 0 | 1011100 | 100011 | 10 | 101000011 | 1100001 | 110101 |
Color Harmonies of #FB14A2
Complementary color
Monochromatic Colors of #FB14A2
Black with #FB14A2
Text Example
Text Example
White with #FB14A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB14A2; }
p { color: rgb(251,20,162); }
H1.HeaderClassName
{
color: #FB14A2;
}
.AnyTagClassName
{
color: #FB14A2;
}
</style>
background-color css
<style>
a { background-color: #FB14A2; }
a { background-color: rgb(251,20,162); }
div.DivClassName
{
background-color: #FB14A2;
}
.BgClassName
{
background-color: #FB14A2;
}
</style>
border-color css
<style>
span { border-color: #FB14A2; }
span { border-color: rgb(251,20,162); }
td.TdClassName
{
border-color: #FB14A2;
}
.TagClassName
{
border-color: #FB14A2;
}
</style>