Shades of Spicy Pink #F811AD
Tints of Spicy Pink #F811AD
RGB
CMYK
RGB Variations
Color information
#F811AD (or 0xF811AD) is known color: Spicy Pink. HEX triplet: F8, 11 and AD. RGB value is (248,17,173). Sum of RGB (Red+Green+Blue) = 248+17+173=438 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.62% from 438); Green value is 17 (7.03% from 255 or 3.88% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 248 - color contains mainly: red. Hex color #F811AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F811AD is #07EE52. Grayscale: #676767. Windows color (decimal): -519763 or 11342328. OLE color: 11342328.
HSL color Cylindrical-coordinate representation of color #F811AD: hue angle of 319.48º 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 #F811AD is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 17 | 173 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.03 |
| HSL | 319.48º | 0.94% | 0.52% | - |
| HSV(B) | 319.48º | 0.93% | 0.97% | - |
| XYZ | 46.45 | 23.37 | 41.6 | - |
| YUV | 103.85 | 167.03 | 230.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 17 | 173 | 0 | 0.93 | 0.30 | 0.03 | 319.48 | 0.94 | 0.52 |
| Hex | F8 | 11 | AD | 0 | 5D | 1E | 3 | 13F | 5E | 34 |
| Octal | 370 | 21 | 255 | 0 | 135 | 36 | 3 | 477 | 136 | 64 |
| Binary | 11111000 | 10001 | 10101101 | 0 | 1011101 | 11110 | 11 | 100111111 | 1011110 | 110100 |
Color Harmonies of #F811AD
Complementary color
Monochromatic Colors of #F811AD
Black with #F811AD
Text Example
Text Example
White with #F811AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F811AD; }
p { color: rgb(248,17,173); }
H1.HeaderClassName
{
color: #F811AD;
}
.AnyTagClassName
{
color: #F811AD;
}
</style>
background-color css
<style>
a { background-color: #F811AD; }
a { background-color: rgb(248,17,173); }
div.DivClassName
{
background-color: #F811AD;
}
.BgClassName
{
background-color: #F811AD;
}
</style>
border-color css
<style>
span { border-color: #F811AD; }
span { border-color: rgb(248,17,173); }
td.TdClassName
{
border-color: #F811AD;
}
.TagClassName
{
border-color: #F811AD;
}
</style>