Shades of Spicy Pink #FB18A6
Tints of Spicy Pink #FB18A6
RGB
CMYK
RGB Variations
Color information
#FB18A6 (or 0xFB18A6) is known color: Spicy Pink. HEX triplet: FB, 18 and A6. RGB value is (251,24,166). Sum of RGB (Red+Green+Blue) = 251+24+166=441 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.92% from 441); Green value is 24 (9.77% from 255 or 5.44% from 441); Blue value is 166 (65.23% from 255 or 37.64% from 441); Max value from RGB is 251 - color contains mainly: red. Hex color #FB18A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB18A6 is #04E759. Grayscale: #6B6B6B. Windows color (decimal): -321370 or 10885371. OLE color: 10885371.
HSL color Cylindrical-coordinate representation of color #FB18A6: hue angle of 322.47º 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 #FB18A6 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 24 | 166 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.02 |
| HSL | 322.47º | 0.97% | 0.54% | - |
| HSV(B) | 322.47º | 0.9% | 0.98% | - |
| XYZ | 46.99 | 23.92 | 38.22 | - |
| YUV | 108.06 | 160.71 | 229.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 24 | 166 | 0 | 0.90 | 0.34 | 0.02 | 322.47 | 0.97 | 0.54 |
| Hex | FB | 18 | A6 | 0 | 5A | 22 | 2 | 142 | 61 | 36 |
| Octal | 373 | 30 | 246 | 0 | 132 | 42 | 2 | 502 | 141 | 66 |
| Binary | 11111011 | 11000 | 10100110 | 0 | 1011010 | 100010 | 10 | 101000010 | 1100001 | 110110 |
Color Harmonies of #FB18A6
Complementary color
Monochromatic Colors of #FB18A6
Black with #FB18A6
Text Example
Text Example
White with #FB18A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB18A6; }
p { color: rgb(251,24,166); }
H1.HeaderClassName
{
color: #FB18A6;
}
.AnyTagClassName
{
color: #FB18A6;
}
</style>
background-color css
<style>
a { background-color: #FB18A6; }
a { background-color: rgb(251,24,166); }
div.DivClassName
{
background-color: #FB18A6;
}
.BgClassName
{
background-color: #FB18A6;
}
</style>
border-color css
<style>
span { border-color: #FB18A6; }
span { border-color: rgb(251,24,166); }
td.TdClassName
{
border-color: #FB18A6;
}
.TagClassName
{
border-color: #FB18A6;
}
</style>