Shades of Spicy Pink #FB18AF
Tints of Spicy Pink #FB18AF
RGB
CMYK
RGB Variations
Color information
#FB18AF (or 0xFB18AF) is known color: Spicy Pink. HEX triplet: FB, 18 and AF. RGB value is (251,24,175). Sum of RGB (Red+Green+Blue) = 251+24+175=450 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.78% from 450); Green value is 24 (9.77% from 255 or 5.33% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 251 - color contains mainly: red. Hex color #FB18AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB18AF is #04E750. Grayscale: #6C6C6C. Windows color (decimal): -321361 or 11475195. OLE color: 11475195.
HSL color Cylindrical-coordinate representation of color #FB18AF: hue angle of 320.09º 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 #FB18AF is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 24 | 175 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.02 |
| HSL | 320.09º | 0.97% | 0.54% | - |
| HSV(B) | 320.09º | 0.9% | 0.98% | - |
| XYZ | 47.85 | 24.26 | 42.72 | - |
| YUV | 109.09 | 165.21 | 229.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 24 | 175 | 0 | 0.90 | 0.30 | 0.02 | 320.09 | 0.97 | 0.54 |
| Hex | FB | 18 | AF | 0 | 5A | 1E | 2 | 140 | 61 | 36 |
| Octal | 373 | 30 | 257 | 0 | 132 | 36 | 2 | 500 | 141 | 66 |
| Binary | 11111011 | 11000 | 10101111 | 0 | 1011010 | 11110 | 10 | 101000000 | 1100001 | 110110 |
Color Harmonies of #FB18AF
Complementary color
Monochromatic Colors of #FB18AF
Black with #FB18AF
Text Example
Text Example
White with #FB18AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB18AF; }
p { color: rgb(251,24,175); }
H1.HeaderClassName
{
color: #FB18AF;
}
.AnyTagClassName
{
color: #FB18AF;
}
</style>
background-color css
<style>
a { background-color: #FB18AF; }
a { background-color: rgb(251,24,175); }
div.DivClassName
{
background-color: #FB18AF;
}
.BgClassName
{
background-color: #FB18AF;
}
</style>
border-color css
<style>
span { border-color: #FB18AF; }
span { border-color: rgb(251,24,175); }
td.TdClassName
{
border-color: #FB18AF;
}
.TagClassName
{
border-color: #FB18AF;
}
</style>