Shades of Spicy Pink #F618AD
Tints of Spicy Pink #F618AD
RGB
CMYK
RGB Variations
Color information
#F618AD (or 0xF618AD) is known color: Spicy Pink. HEX triplet: F6, 18 and AD. RGB value is (246,24,173). Sum of RGB (Red+Green+Blue) = 246+24+173=443 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.53% from 443); Green value is 24 (9.77% from 255 or 5.42% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 246 - color contains mainly: red. Hex color #F618AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F618AD is #09E752. Grayscale: #6A6A6A. Windows color (decimal): -649043 or 11344118. OLE color: 11344118.
HSL color Cylindrical-coordinate representation of color #F618AD: hue angle of 319.73º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F618AD is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 24 | 173 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.04 |
| HSL | 319.73º | 0.93% | 0.53% | - |
| HSV(B) | 319.73º | 0.9% | 0.96% | - |
| XYZ | 45.88 | 23.26 | 41.61 | - |
| YUV | 107.36 | 165.05 | 226.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 173 | 0 | 0.90 | 0.30 | 0.04 | 319.73 | 0.93 | 0.53 |
| Hex | F6 | 18 | AD | 0 | 5A | 1E | 4 | 140 | 5C | 35 |
| Octal | 366 | 30 | 255 | 0 | 132 | 36 | 4 | 500 | 134 | 65 |
| Binary | 11110110 | 11000 | 10101101 | 0 | 1011010 | 11110 | 100 | 101000000 | 1011100 | 110101 |
Color Harmonies of #F618AD
Complementary color
Monochromatic Colors of #F618AD
Black with #F618AD
Text Example
Text Example
White with #F618AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F618AD; }
p { color: rgb(246,24,173); }
H1.HeaderClassName
{
color: #F618AD;
}
.AnyTagClassName
{
color: #F618AD;
}
</style>
background-color css
<style>
a { background-color: #F618AD; }
a { background-color: rgb(246,24,173); }
div.DivClassName
{
background-color: #F618AD;
}
.BgClassName
{
background-color: #F618AD;
}
</style>
border-color css
<style>
span { border-color: #F618AD; }
span { border-color: rgb(246,24,173); }
td.TdClassName
{
border-color: #F618AD;
}
.TagClassName
{
border-color: #F618AD;
}
</style>