Shades of Spicy Pink #F818AD
Tints of Spicy Pink #F818AD
RGB
CMYK
RGB Variations
Color information
#F818AD (or 0xF818AD) is known color: Spicy Pink. HEX triplet: F8, 18 and AD. RGB value is (248,24,173). Sum of RGB (Red+Green+Blue) = 248+24+173=445 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.73% from 445); Green value is 24 (9.77% from 255 or 5.39% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 248 - color contains mainly: red. Hex color #F818AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F818AD is #07E752. Grayscale: #6B6B6B. Windows color (decimal): -517971 or 11344120. OLE color: 11344120.
HSL color Cylindrical-coordinate representation of color #F818AD: hue angle of 320.09º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F818AD is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 24 | 173 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.03 |
| HSL | 320.09º | 0.94% | 0.53% | - |
| HSV(B) | 320.09º | 0.9% | 0.97% | - |
| XYZ | 46.58 | 23.63 | 41.64 | - |
| YUV | 107.96 | 164.71 | 227.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 24 | 173 | 0 | 0.90 | 0.30 | 0.03 | 320.09 | 0.94 | 0.53 |
| Hex | F8 | 18 | AD | 0 | 5A | 1E | 3 | 140 | 5E | 35 |
| Octal | 370 | 30 | 255 | 0 | 132 | 36 | 3 | 500 | 136 | 65 |
| Binary | 11111000 | 11000 | 10101101 | 0 | 1011010 | 11110 | 11 | 101000000 | 1011110 | 110101 |
Color Harmonies of #F818AD
Complementary color
Monochromatic Colors of #F818AD
Black with #F818AD
Text Example
Text Example
White with #F818AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F818AD; }
p { color: rgb(248,24,173); }
H1.HeaderClassName
{
color: #F818AD;
}
.AnyTagClassName
{
color: #F818AD;
}
</style>
background-color css
<style>
a { background-color: #F818AD; }
a { background-color: rgb(248,24,173); }
div.DivClassName
{
background-color: #F818AD;
}
.BgClassName
{
background-color: #F818AD;
}
</style>
border-color css
<style>
span { border-color: #F818AD; }
span { border-color: rgb(248,24,173); }
td.TdClassName
{
border-color: #F818AD;
}
.TagClassName
{
border-color: #F818AD;
}
</style>