Shades of Spicy Pink #F915A8
Tints of Spicy Pink #F915A8
RGB
CMYK
RGB Variations
Color information
#F915A8 (or 0xF915A8) is known color: Spicy Pink. HEX triplet: F9, 15 and A8. RGB value is (249,21,168). Sum of RGB (Red+Green+Blue) = 249+21+168=438 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.85% from 438); Green value is 21 (8.59% from 255 or 4.79% from 438); Blue value is 168 (66.02% from 255 or 38.36% from 438); Max value from RGB is 249 - color contains mainly: red. Hex color #F915A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F915A8 is #06EA57. Grayscale: #696969. Windows color (decimal): -453208 or 11015673. OLE color: 11015673.
HSL color Cylindrical-coordinate representation of color #F915A8: hue angle of 321.32º 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 #F915A8 is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 21 | 168 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.02 |
| HSL | 321.32º | 0.95% | 0.53% | - |
| HSV(B) | 321.32º | 0.92% | 0.98% | - |
| XYZ | 46.4 | 23.5 | 39.14 | - |
| YUV | 105.93 | 163.04 | 230.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 21 | 168 | 0 | 0.92 | 0.33 | 0.02 | 321.32 | 0.95 | 0.53 |
| Hex | F9 | 15 | A8 | 0 | 5C | 21 | 2 | 141 | 5F | 35 |
| Octal | 371 | 25 | 250 | 0 | 134 | 41 | 2 | 501 | 137 | 65 |
| Binary | 11111001 | 10101 | 10101000 | 0 | 1011100 | 100001 | 10 | 101000001 | 1011111 | 110101 |
Color Harmonies of #F915A8
Complementary color
Monochromatic Colors of #F915A8
Black with #F915A8
Text Example
Text Example
White with #F915A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F915A8; }
p { color: rgb(249,21,168); }
H1.HeaderClassName
{
color: #F915A8;
}
.AnyTagClassName
{
color: #F915A8;
}
</style>
background-color css
<style>
a { background-color: #F915A8; }
a { background-color: rgb(249,21,168); }
div.DivClassName
{
background-color: #F915A8;
}
.BgClassName
{
background-color: #F915A8;
}
</style>
border-color css
<style>
span { border-color: #F915A8; }
span { border-color: rgb(249,21,168); }
td.TdClassName
{
border-color: #F915A8;
}
.TagClassName
{
border-color: #F915A8;
}
</style>