Shades of Spicy Pink #F918AD
Tints of Spicy Pink #F918AD
RGB
CMYK
RGB Variations
Color information
#F918AD (or 0xF918AD) is known color: Spicy Pink. HEX triplet: F9, 18 and AD. RGB value is (249,24,173). Sum of RGB (Red+Green+Blue) = 249+24+173=446 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.83% from 446); Green value is 24 (9.77% from 255 or 5.38% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 249 - color contains mainly: red. Hex color #F918AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F918AD is #06E752. Grayscale: #6B6B6B. Windows color (decimal): -452435 or 11344121. OLE color: 11344121.
HSL color Cylindrical-coordinate representation of color #F918AD: hue angle of 320.27º degrees, saturation: 0.95, 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 #F918AD is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 24 | 173 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.02 |
| HSL | 320.27º | 0.95% | 0.54% | - |
| HSV(B) | 320.27º | 0.9% | 0.98% | - |
| XYZ | 46.94 | 23.81 | 41.66 | - |
| YUV | 108.26 | 164.54 | 228.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 24 | 173 | 0 | 0.90 | 0.31 | 0.02 | 320.27 | 0.95 | 0.54 |
| Hex | F9 | 18 | AD | 0 | 5A | 1F | 2 | 140 | 5F | 36 |
| Octal | 371 | 30 | 255 | 0 | 132 | 37 | 2 | 500 | 137 | 66 |
| Binary | 11111001 | 11000 | 10101101 | 0 | 1011010 | 11111 | 10 | 101000000 | 1011111 | 110110 |
Color Harmonies of #F918AD
Complementary color
Monochromatic Colors of #F918AD
Black with #F918AD
Text Example
Text Example
White with #F918AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F918AD; }
p { color: rgb(249,24,173); }
H1.HeaderClassName
{
color: #F918AD;
}
.AnyTagClassName
{
color: #F918AD;
}
</style>
background-color css
<style>
a { background-color: #F918AD; }
a { background-color: rgb(249,24,173); }
div.DivClassName
{
background-color: #F918AD;
}
.BgClassName
{
background-color: #F918AD;
}
</style>
border-color css
<style>
span { border-color: #F918AD; }
span { border-color: rgb(249,24,173); }
td.TdClassName
{
border-color: #F918AD;
}
.TagClassName
{
border-color: #F918AD;
}
</style>