Shades of Spicy Pink #FB14AA
Tints of Spicy Pink #FB14AA
RGB
CMYK
RGB Variations
Color information
#FB14AA (or 0xFB14AA) is known color: Spicy Pink. HEX triplet: FB, 14 and AA. RGB value is (251,20,170). Sum of RGB (Red+Green+Blue) = 251+20+170=441 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.92% from 441); Green value is 20 (8.20% from 255 or 4.54% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 251 - color contains mainly: red. Hex color #FB14AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB14AA is #04EB55. Grayscale: #696969. Windows color (decimal): -322390 or 11146491. OLE color: 11146491.
HSL color Cylindrical-coordinate representation of color #FB14AA: hue angle of 321.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 #FB14AA is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 20 | 170 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.02 |
| HSL | 321.04º | 0.97% | 0.53% | - |
| HSV(B) | 321.04º | 0.92% | 0.98% | - |
| XYZ | 47.29 | 23.91 | 40.15 | - |
| YUV | 106.17 | 164.03 | 231.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 20 | 170 | 0 | 0.92 | 0.32 | 0.02 | 321.04 | 0.97 | 0.53 |
| Hex | FB | 14 | AA | 0 | 5C | 20 | 2 | 141 | 61 | 35 |
| Octal | 373 | 24 | 252 | 0 | 134 | 40 | 2 | 501 | 141 | 65 |
| Binary | 11111011 | 10100 | 10101010 | 0 | 1011100 | 100000 | 10 | 101000001 | 1100001 | 110101 |
Color Harmonies of #FB14AA
Complementary color
Monochromatic Colors of #FB14AA
Black with #FB14AA
Text Example
Text Example
White with #FB14AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB14AA; }
p { color: rgb(251,20,170); }
H1.HeaderClassName
{
color: #FB14AA;
}
.AnyTagClassName
{
color: #FB14AA;
}
</style>
background-color css
<style>
a { background-color: #FB14AA; }
a { background-color: rgb(251,20,170); }
div.DivClassName
{
background-color: #FB14AA;
}
.BgClassName
{
background-color: #FB14AA;
}
</style>
border-color css
<style>
span { border-color: #FB14AA; }
span { border-color: rgb(251,20,170); }
td.TdClassName
{
border-color: #FB14AA;
}
.TagClassName
{
border-color: #FB14AA;
}
</style>