Shades of Spicy Pink #FB18A1
Tints of Spicy Pink #FB18A1
RGB
CMYK
RGB Variations
Color information
#FB18A1 (or 0xFB18A1) is known color: Spicy Pink. HEX triplet: FB, 18 and A1. RGB value is (251,24,161). Sum of RGB (Red+Green+Blue) = 251+24+161=436 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.57% from 436); Green value is 24 (9.77% from 255 or 5.50% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 251 - color contains mainly: red. Hex color #FB18A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB18A1 is #04E75E. Grayscale: #6B6B6B. Windows color (decimal): -321375 or 10557691. OLE color: 10557691.
HSL color Cylindrical-coordinate representation of color #FB18A1: hue angle of 323.79º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB18A1 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 24 | 161 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.02 |
| HSL | 323.79º | 0.97% | 0.54% | - |
| HSV(B) | 323.79º | 0.9% | 0.98% | - |
| XYZ | 46.54 | 23.74 | 35.85 | - |
| YUV | 107.49 | 158.21 | 230.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 24 | 161 | 0 | 0.90 | 0.36 | 0.02 | 323.79 | 0.97 | 0.54 |
| Hex | FB | 18 | A1 | 0 | 5A | 24 | 2 | 144 | 61 | 36 |
| Octal | 373 | 30 | 241 | 0 | 132 | 44 | 2 | 504 | 141 | 66 |
| Binary | 11111011 | 11000 | 10100001 | 0 | 1011010 | 100100 | 10 | 101000100 | 1100001 | 110110 |
Color Harmonies of #FB18A1
Complementary color
Monochromatic Colors of #FB18A1
Black with #FB18A1
Text Example
Text Example
White with #FB18A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB18A1; }
p { color: rgb(251,24,161); }
H1.HeaderClassName
{
color: #FB18A1;
}
.AnyTagClassName
{
color: #FB18A1;
}
</style>
background-color css
<style>
a { background-color: #FB18A1; }
a { background-color: rgb(251,24,161); }
div.DivClassName
{
background-color: #FB18A1;
}
.BgClassName
{
background-color: #FB18A1;
}
</style>
border-color css
<style>
span { border-color: #FB18A1; }
span { border-color: rgb(251,24,161); }
td.TdClassName
{
border-color: #FB18A1;
}
.TagClassName
{
border-color: #FB18A1;
}
</style>