Shades of Spicy Pink #FF18AB
Tints of Spicy Pink #FF18AB
RGB
CMYK
RGB Variations
Color information
#FF18AB (or 0xFF18AB) is known color: Spicy Pink. HEX triplet: FF, 18 and AB. RGB value is (255,24,171). Sum of RGB (Red+Green+Blue) = 255+24+171=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 24 (9.77% from 255 or 5.33% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF18AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF18AB is #00E754. Grayscale: #6D6D6D. Windows color (decimal): -59221 or 11213055. OLE color: 11213055.
HSL color Cylindrical-coordinate representation of color #FF18AB: hue angle of 321.82º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF18AB is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 171 | - |
| CMYK | 0 | 0.91 | 0.33 | 0 |
| HSL | 321.82º | 1% | 0.55% | - |
| HSV(B) | 321.82º | 0.91% | 1% | - |
| XYZ | 48.92 | 24.85 | 40.75 | - |
| YUV | 109.83 | 162.53 | 231.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 171 | 0 | 0.91 | 0.33 | 0 | 321.82 | 1 | 0.55 |
| Hex | FF | 18 | AB | 0 | 5B | 21 | 0 | 142 | 64 | 37 |
| Octal | 377 | 30 | 253 | 0 | 133 | 41 | 0 | 502 | 144 | 67 |
| Binary | 11111111 | 11000 | 10101011 | 0 | 1011011 | 100001 | 0 | 101000010 | 1100100 | 110111 |
Color Harmonies of #FF18AB
Complementary color
Monochromatic Colors of #FF18AB
Black with #FF18AB
Text Example
Text Example
White with #FF18AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF18AB; }
p { color: rgb(255,24,171); }
H1.HeaderClassName
{
color: #FF18AB;
}
.AnyTagClassName
{
color: #FF18AB;
}
</style>
background-color css
<style>
a { background-color: #FF18AB; }
a { background-color: rgb(255,24,171); }
div.DivClassName
{
background-color: #FF18AB;
}
.BgClassName
{
background-color: #FF18AB;
}
</style>
border-color css
<style>
span { border-color: #FF18AB; }
span { border-color: rgb(255,24,171); }
td.TdClassName
{
border-color: #FF18AB;
}
.TagClassName
{
border-color: #FF18AB;
}
</style>