Shades of Spicy Pink #F818A6
Tints of Spicy Pink #F818A6
RGB
CMYK
RGB Variations
Color information
#F818A6 (or 0xF818A6) is known color: Spicy Pink. HEX triplet: F8, 18 and A6. RGB value is (248,24,166). Sum of RGB (Red+Green+Blue) = 248+24+166=438 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.62% from 438); Green value is 24 (9.77% from 255 or 5.48% from 438); Blue value is 166 (65.23% from 255 or 37.90% from 438); Max value from RGB is 248 - color contains mainly: red. Hex color #F818A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F818A6 is #07E759. Grayscale: #6A6A6A. Windows color (decimal): -517978 or 10885368. OLE color: 10885368.
HSL color Cylindrical-coordinate representation of color #F818A6: hue angle of 321.96º 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 #F818A6 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 24 | 166 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.03 |
| HSL | 321.96º | 0.94% | 0.53% | - |
| HSV(B) | 321.96º | 0.9% | 0.97% | - |
| XYZ | 45.92 | 23.36 | 38.17 | - |
| YUV | 107.16 | 161.21 | 228.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 24 | 166 | 0 | 0.90 | 0.33 | 0.03 | 321.96 | 0.94 | 0.53 |
| Hex | F8 | 18 | A6 | 0 | 5A | 21 | 3 | 142 | 5E | 35 |
| Octal | 370 | 30 | 246 | 0 | 132 | 41 | 3 | 502 | 136 | 65 |
| Binary | 11111000 | 11000 | 10100110 | 0 | 1011010 | 100001 | 11 | 101000010 | 1011110 | 110101 |
Color Harmonies of #F818A6
Complementary color
Monochromatic Colors of #F818A6
Black with #F818A6
Text Example
Text Example
White with #F818A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F818A6; }
p { color: rgb(248,24,166); }
H1.HeaderClassName
{
color: #F818A6;
}
.AnyTagClassName
{
color: #F818A6;
}
</style>
background-color css
<style>
a { background-color: #F818A6; }
a { background-color: rgb(248,24,166); }
div.DivClassName
{
background-color: #F818A6;
}
.BgClassName
{
background-color: #F818A6;
}
</style>
border-color css
<style>
span { border-color: #F818A6; }
span { border-color: rgb(248,24,166); }
td.TdClassName
{
border-color: #F818A6;
}
.TagClassName
{
border-color: #F818A6;
}
</style>