Shades of Spicy Pink #F810A5
Tints of Spicy Pink #F810A5
RGB
CMYK
RGB Variations
Color information
#F810A5 (or 0xF810A5) is known color: Spicy Pink. HEX triplet: F8, 10 and A5. RGB value is (248,16,165). Sum of RGB (Red+Green+Blue) = 248+16+165=429 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.81% from 429); Green value is 16 (6.64% from 255 or 3.73% from 429); Blue value is 165 (64.84% from 255 or 38.46% from 429); Max value from RGB is 248 - color contains mainly: red. Hex color #F810A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F810A5 is #07EF5A. Grayscale: #656565. Windows color (decimal): -520027 or 10817784. OLE color: 10817784.
HSL color Cylindrical-coordinate representation of color #F810A5: hue angle of 321.47º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F810A5 is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 16 | 165 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.03 |
| HSL | 321.47º | 0.94% | 0.52% | - |
| HSV(B) | 321.47º | 0.94% | 0.97% | - |
| XYZ | 45.69 | 23.04 | 37.64 | - |
| YUV | 102.35 | 163.36 | 231.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 16 | 165 | 0 | 0.94 | 0.33 | 0.03 | 321.47 | 0.94 | 0.52 |
| Hex | F8 | 10 | A5 | 0 | 5E | 21 | 3 | 141 | 5E | 34 |
| Octal | 370 | 20 | 245 | 0 | 136 | 41 | 3 | 501 | 136 | 64 |
| Binary | 11111000 | 10000 | 10100101 | 0 | 1011110 | 100001 | 11 | 101000001 | 1011110 | 110100 |
Color Harmonies of #F810A5
Complementary color
Monochromatic Colors of #F810A5
Black with #F810A5
Text Example
Text Example
White with #F810A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F810A5; }
p { color: rgb(248,16,165); }
H1.HeaderClassName
{
color: #F810A5;
}
.AnyTagClassName
{
color: #F810A5;
}
</style>
background-color css
<style>
a { background-color: #F810A5; }
a { background-color: rgb(248,16,165); }
div.DivClassName
{
background-color: #F810A5;
}
.BgClassName
{
background-color: #F810A5;
}
</style>
border-color css
<style>
span { border-color: #F810A5; }
span { border-color: rgb(248,16,165); }
td.TdClassName
{
border-color: #F810A5;
}
.TagClassName
{
border-color: #F810A5;
}
</style>