Shades of Spicy Pink #F811B0
Tints of Spicy Pink #F811B0
RGB
CMYK
RGB Variations
Color information
#F811B0 (or 0xF811B0) is known color: Spicy Pink. HEX triplet: F8, 11 and B0. RGB value is (248,17,176). Sum of RGB (Red+Green+Blue) = 248+17+176=441 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.24% from 441); Green value is 17 (7.03% from 255 or 3.85% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 248 - color contains mainly: red. Hex color #F811B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F811B0 is #07EE4F. Grayscale: #676767. Windows color (decimal): -519760 or 11538936. OLE color: 11538936.
HSL color Cylindrical-coordinate representation of color #F811B0: hue angle of 318.7º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F811B0 is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 17 | 176 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.03 |
| HSL | 318.7º | 0.94% | 0.52% | - |
| HSV(B) | 318.7º | 0.93% | 0.97% | - |
| XYZ | 46.75 | 23.49 | 43.14 | - |
| YUV | 104.2 | 168.53 | 230.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 17 | 176 | 0 | 0.93 | 0.29 | 0.03 | 318.7 | 0.94 | 0.52 |
| Hex | F8 | 11 | B0 | 0 | 5D | 1D | 3 | 13F | 5E | 34 |
| Octal | 370 | 21 | 260 | 0 | 135 | 35 | 3 | 477 | 136 | 64 |
| Binary | 11111000 | 10001 | 10110000 | 0 | 1011101 | 11101 | 11 | 100111111 | 1011110 | 110100 |
Color Harmonies of #F811B0
Complementary color
Monochromatic Colors of #F811B0
Black with #F811B0
Text Example
Text Example
White with #F811B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F811B0; }
p { color: rgb(248,17,176); }
H1.HeaderClassName
{
color: #F811B0;
}
.AnyTagClassName
{
color: #F811B0;
}
</style>
background-color css
<style>
a { background-color: #F811B0; }
a { background-color: rgb(248,17,176); }
div.DivClassName
{
background-color: #F811B0;
}
.BgClassName
{
background-color: #F811B0;
}
</style>
border-color css
<style>
span { border-color: #F811B0; }
span { border-color: rgb(248,17,176); }
td.TdClassName
{
border-color: #F811B0;
}
.TagClassName
{
border-color: #F811B0;
}
</style>