Shades of Spicy Pink #FF18AE
Tints of Spicy Pink #FF18AE
RGB
CMYK
RGB Variations
Color information
#FF18AE (or 0xFF18AE) is known color: Spicy Pink. HEX triplet: FF, 18 and AE. RGB value is (255,24,174). Sum of RGB (Red+Green+Blue) = 255+24+174=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 24 (9.77% from 255 or 5.30% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF18AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF18AE is #00E751. Grayscale: #6D6D6D. Windows color (decimal): -59218 or 11409663. OLE color: 11409663.
HSL color Cylindrical-coordinate representation of color #FF18AE: hue angle of 321.04º 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 #FF18AE is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 174 | - |
| CMYK | 0 | 0.91 | 0.32 | 0 |
| HSL | 321.04º | 1% | 0.55% | - |
| HSV(B) | 321.04º | 0.91% | 1% | - |
| XYZ | 49.21 | 24.97 | 42.27 | - |
| YUV | 110.17 | 164.03 | 231.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 174 | 0 | 0.91 | 0.32 | 0 | 321.04 | 1 | 0.55 |
| Hex | FF | 18 | AE | 0 | 5B | 20 | 0 | 141 | 64 | 37 |
| Octal | 377 | 30 | 256 | 0 | 133 | 40 | 0 | 501 | 144 | 67 |
| Binary | 11111111 | 11000 | 10101110 | 0 | 1011011 | 100000 | 0 | 101000001 | 1100100 | 110111 |
Color Harmonies of #FF18AE
Complementary color
Monochromatic Colors of #FF18AE
Black with #FF18AE
Text Example
Text Example
White with #FF18AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF18AE; }
p { color: rgb(255,24,174); }
H1.HeaderClassName
{
color: #FF18AE;
}
.AnyTagClassName
{
color: #FF18AE;
}
</style>
background-color css
<style>
a { background-color: #FF18AE; }
a { background-color: rgb(255,24,174); }
div.DivClassName
{
background-color: #FF18AE;
}
.BgClassName
{
background-color: #FF18AE;
}
</style>
border-color css
<style>
span { border-color: #FF18AE; }
span { border-color: rgb(255,24,174); }
td.TdClassName
{
border-color: #FF18AE;
}
.TagClassName
{
border-color: #FF18AE;
}
</style>