Shades of Spicy Pink #F810B0
Tints of Spicy Pink #F810B0
RGB
CMYK
RGB Variations
Color information
#F810B0 (or 0xF810B0) is known color: Spicy Pink. HEX triplet: F8, 10 and B0. RGB value is (248,16,176). Sum of RGB (Red+Green+Blue) = 248+16+176=440 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.36% from 440); Green value is 16 (6.64% from 255 or 3.64% from 440); Blue value is 176 (69.14% from 255 or 40% from 440); Max value from RGB is 248 - color contains mainly: red. Hex color #F810B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F810B0 is #07EF4F. Grayscale: #676767. Windows color (decimal): -520016 or 11538680. OLE color: 11538680.
HSL color Cylindrical-coordinate representation of color #F810B0: hue angle of 318.62º 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 #F810B0 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 16 | 176 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.03 |
| HSL | 318.62º | 0.94% | 0.52% | - |
| HSV(B) | 318.62º | 0.94% | 0.97% | - |
| XYZ | 46.73 | 23.46 | 43.14 | - |
| YUV | 103.61 | 168.86 | 230.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 16 | 176 | 0 | 0.94 | 0.29 | 0.03 | 318.62 | 0.94 | 0.52 |
| Hex | F8 | 10 | B0 | 0 | 5E | 1D | 3 | 13F | 5E | 34 |
| Octal | 370 | 20 | 260 | 0 | 136 | 35 | 3 | 477 | 136 | 64 |
| Binary | 11111000 | 10000 | 10110000 | 0 | 1011110 | 11101 | 11 | 100111111 | 1011110 | 110100 |
Color Harmonies of #F810B0
Complementary color
Monochromatic Colors of #F810B0
Black with #F810B0
Text Example
Text Example
White with #F810B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F810B0; }
p { color: rgb(248,16,176); }
H1.HeaderClassName
{
color: #F810B0;
}
.AnyTagClassName
{
color: #F810B0;
}
</style>
background-color css
<style>
a { background-color: #F810B0; }
a { background-color: rgb(248,16,176); }
div.DivClassName
{
background-color: #F810B0;
}
.BgClassName
{
background-color: #F810B0;
}
</style>
border-color css
<style>
span { border-color: #F810B0; }
span { border-color: rgb(248,16,176); }
td.TdClassName
{
border-color: #F810B0;
}
.TagClassName
{
border-color: #F810B0;
}
</style>