Shades of Spicy Pink #FF18B0
Tints of Spicy Pink #FF18B0
RGB
CMYK
RGB Variations
Color information
#FF18B0 (or 0xFF18B0) is known color: Spicy Pink. HEX triplet: FF, 18 and B0. RGB value is (255,24,176). Sum of RGB (Red+Green+Blue) = 255+24+176=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 24 (9.77% from 255 or 5.27% from 455); Blue value is 176 (69.14% from 255 or 38.68% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF18B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF18B0 is #00E74F. Grayscale: #6E6E6E. Windows color (decimal): -59216 or 11540735. OLE color: 11540735.
HSL color Cylindrical-coordinate representation of color #FF18B0: hue angle of 320.52º 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 #FF18B0 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 176 | - |
| CMYK | 0 | 0.91 | 0.31 | 0 |
| HSL | 320.52º | 1% | 0.55% | - |
| HSV(B) | 320.52º | 0.91% | 1% | - |
| XYZ | 49.4 | 25.05 | 43.31 | - |
| YUV | 110.4 | 165.03 | 231.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 176 | 0 | 0.91 | 0.31 | 0 | 320.52 | 1 | 0.55 |
| Hex | FF | 18 | B0 | 0 | 5B | 1F | 0 | 141 | 64 | 37 |
| Octal | 377 | 30 | 260 | 0 | 133 | 37 | 0 | 501 | 144 | 67 |
| Binary | 11111111 | 11000 | 10110000 | 0 | 1011011 | 11111 | 0 | 101000001 | 1100100 | 110111 |
Color Harmonies of #FF18B0
Complementary color
Monochromatic Colors of #FF18B0
Black with #FF18B0
Text Example
Text Example
White with #FF18B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF18B0; }
p { color: rgb(255,24,176); }
H1.HeaderClassName
{
color: #FF18B0;
}
.AnyTagClassName
{
color: #FF18B0;
}
</style>
background-color css
<style>
a { background-color: #FF18B0; }
a { background-color: rgb(255,24,176); }
div.DivClassName
{
background-color: #FF18B0;
}
.BgClassName
{
background-color: #FF18B0;
}
</style>
border-color css
<style>
span { border-color: #FF18B0; }
span { border-color: rgb(255,24,176); }
td.TdClassName
{
border-color: #FF18B0;
}
.TagClassName
{
border-color: #FF18B0;
}
</style>