Shades of Spicy Pink #F913A8
Tints of Spicy Pink #F913A8
RGB
CMYK
RGB Variations
Color information
#F913A8 (or 0xF913A8) is known color: Spicy Pink. HEX triplet: F9, 13 and A8. RGB value is (249,19,168). Sum of RGB (Red+Green+Blue) = 249+19+168=436 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.11% from 436); Green value is 19 (7.81% from 255 or 4.36% from 436); Blue value is 168 (66.02% from 255 or 38.53% from 436); Max value from RGB is 249 - color contains mainly: red. Hex color #F913A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F913A8 is #06EC57. Grayscale: #686868. Windows color (decimal): -453720 or 11015161. OLE color: 11015161.
HSL color Cylindrical-coordinate representation of color #F913A8: hue angle of 321.13º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F913A8 is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 19 | 168 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.02 |
| HSL | 321.13º | 0.95% | 0.53% | - |
| HSV(B) | 321.13º | 0.92% | 0.98% | - |
| XYZ | 46.37 | 23.43 | 39.12 | - |
| YUV | 104.76 | 163.7 | 230.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 19 | 168 | 0 | 0.92 | 0.33 | 0.02 | 321.13 | 0.95 | 0.53 |
| Hex | F9 | 13 | A8 | 0 | 5C | 21 | 2 | 141 | 5F | 35 |
| Octal | 371 | 23 | 250 | 0 | 134 | 41 | 2 | 501 | 137 | 65 |
| Binary | 11111001 | 10011 | 10101000 | 0 | 1011100 | 100001 | 10 | 101000001 | 1011111 | 110101 |
Color Harmonies of #F913A8
Complementary color
Monochromatic Colors of #F913A8
Black with #F913A8
Text Example
Text Example
White with #F913A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F913A8; }
p { color: rgb(249,19,168); }
H1.HeaderClassName
{
color: #F913A8;
}
.AnyTagClassName
{
color: #F913A8;
}
</style>
background-color css
<style>
a { background-color: #F913A8; }
a { background-color: rgb(249,19,168); }
div.DivClassName
{
background-color: #F913A8;
}
.BgClassName
{
background-color: #F913A8;
}
</style>
border-color css
<style>
span { border-color: #F913A8; }
span { border-color: rgb(249,19,168); }
td.TdClassName
{
border-color: #F913A8;
}
.TagClassName
{
border-color: #F913A8;
}
</style>