Shades of Spicy Pink #FD18AD
Tints of Spicy Pink #FD18AD
RGB
CMYK
RGB Variations
Color information
#FD18AD (or 0xFD18AD) is known color: Spicy Pink. HEX triplet: FD, 18 and AD. RGB value is (253,24,173). Sum of RGB (Red+Green+Blue) = 253+24+173=450 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.22% from 450); Green value is 24 (9.77% from 255 or 5.33% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 253 - color contains mainly: red. Hex color #FD18AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD18AD is #02E752. Grayscale: #6D6D6D. Windows color (decimal): -190291 or 11344125. OLE color: 11344125.
HSL color Cylindrical-coordinate representation of color #FD18AD: hue angle of 320.96º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD18AD is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 24 | 173 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.01 |
| HSL | 320.96º | 0.98% | 0.54% | - |
| HSV(B) | 320.96º | 0.91% | 0.99% | - |
| XYZ | 48.38 | 24.55 | 41.72 | - |
| YUV | 109.46 | 163.87 | 230.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 24 | 173 | 0 | 0.91 | 0.32 | 0.01 | 320.96 | 0.98 | 0.54 |
| Hex | FD | 18 | AD | 0 | 5B | 20 | 1 | 141 | 62 | 36 |
| Octal | 375 | 30 | 255 | 0 | 133 | 40 | 1 | 501 | 142 | 66 |
| Binary | 11111101 | 11000 | 10101101 | 0 | 1011011 | 100000 | 1 | 101000001 | 1100010 | 110110 |
Color Harmonies of #FD18AD
Complementary color
Monochromatic Colors of #FD18AD
Black with #FD18AD
Text Example
Text Example
White with #FD18AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD18AD; }
p { color: rgb(253,24,173); }
H1.HeaderClassName
{
color: #FD18AD;
}
.AnyTagClassName
{
color: #FD18AD;
}
</style>
background-color css
<style>
a { background-color: #FD18AD; }
a { background-color: rgb(253,24,173); }
div.DivClassName
{
background-color: #FD18AD;
}
.BgClassName
{
background-color: #FD18AD;
}
</style>
border-color css
<style>
span { border-color: #FD18AD; }
span { border-color: rgb(253,24,173); }
td.TdClassName
{
border-color: #FD18AD;
}
.TagClassName
{
border-color: #FD18AD;
}
</style>