Shades of Spicy Pink #FB0FA5
Tints of Spicy Pink #FB0FA5
RGB
CMYK
RGB Variations
Color information
#FB0FA5 (or 0xFB0FA5) is known color: Spicy Pink. HEX triplet: FB, 0F and A5. RGB value is (251,15,165). Sum of RGB (Red+Green+Blue) = 251+15+165=431 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.24% from 431); Green value is 15 (6.25% from 255 or 3.48% from 431); Blue value is 165 (64.84% from 255 or 38.28% from 431); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0FA5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0FA5 is #04F05A. Grayscale: #666666. Windows color (decimal): -323675 or 10817531. OLE color: 10817531.
HSL color Cylindrical-coordinate representation of color #FB0FA5: hue angle of 321.86º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB0FA5 is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 15 | 165 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.02 |
| HSL | 321.86º | 0.97% | 0.52% | - |
| HSV(B) | 321.86º | 0.94% | 0.98% | - |
| XYZ | 46.75 | 23.57 | 37.68 | - |
| YUV | 102.66 | 163.19 | 233.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 15 | 165 | 0 | 0.94 | 0.34 | 0.02 | 321.86 | 0.97 | 0.52 |
| Hex | FB | F | A5 | 0 | 5E | 22 | 2 | 142 | 61 | 34 |
| Octal | 373 | 17 | 245 | 0 | 136 | 42 | 2 | 502 | 141 | 64 |
| Binary | 11111011 | 1111 | 10100101 | 0 | 1011110 | 100010 | 10 | 101000010 | 1100001 | 110100 |
Color Harmonies of #FB0FA5
Complementary color
Monochromatic Colors of #FB0FA5
Black with #FB0FA5
Text Example
Text Example
White with #FB0FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0FA5; }
p { color: rgb(251,15,165); }
H1.HeaderClassName
{
color: #FB0FA5;
}
.AnyTagClassName
{
color: #FB0FA5;
}
</style>
background-color css
<style>
a { background-color: #FB0FA5; }
a { background-color: rgb(251,15,165); }
div.DivClassName
{
background-color: #FB0FA5;
}
.BgClassName
{
background-color: #FB0FA5;
}
</style>
border-color css
<style>
span { border-color: #FB0FA5; }
span { border-color: rgb(251,15,165); }
td.TdClassName
{
border-color: #FB0FA5;
}
.TagClassName
{
border-color: #FB0FA5;
}
</style>