Shades of Spicy Pink #F912B0
Tints of Spicy Pink #F912B0
RGB
CMYK
RGB Variations
Color information
#F912B0 (or 0xF912B0) is known color: Spicy Pink. HEX triplet: F9, 12 and B0. RGB value is (249,18,176). Sum of RGB (Red+Green+Blue) = 249+18+176=443 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.21% from 443); Green value is 18 (7.42% from 255 or 4.06% from 443); Blue value is 176 (69.14% from 255 or 39.73% from 443); Max value from RGB is 249 - color contains mainly: red. Hex color #F912B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F912B0 is #06ED4F. Grayscale: #686868. Windows color (decimal): -453968 or 11539193. OLE color: 11539193.
HSL color Cylindrical-coordinate representation of color #F912B0: hue angle of 318.96º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F912B0 is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 18 | 176 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.02 |
| HSL | 318.96º | 0.95% | 0.52% | - |
| HSV(B) | 318.96º | 0.93% | 0.98% | - |
| XYZ | 47.12 | 23.71 | 43.17 | - |
| YUV | 105.08 | 168.03 | 230.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 18 | 176 | 0 | 0.93 | 0.29 | 0.02 | 318.96 | 0.95 | 0.52 |
| Hex | F9 | 12 | B0 | 0 | 5D | 1D | 2 | 13F | 5F | 34 |
| Octal | 371 | 22 | 260 | 0 | 135 | 35 | 2 | 477 | 137 | 64 |
| Binary | 11111001 | 10010 | 10110000 | 0 | 1011101 | 11101 | 10 | 100111111 | 1011111 | 110100 |
Color Harmonies of #F912B0
Complementary color
Monochromatic Colors of #F912B0
Black with #F912B0
Text Example
Text Example
White with #F912B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F912B0; }
p { color: rgb(249,18,176); }
H1.HeaderClassName
{
color: #F912B0;
}
.AnyTagClassName
{
color: #F912B0;
}
</style>
background-color css
<style>
a { background-color: #F912B0; }
a { background-color: rgb(249,18,176); }
div.DivClassName
{
background-color: #F912B0;
}
.BgClassName
{
background-color: #F912B0;
}
</style>
border-color css
<style>
span { border-color: #F912B0; }
span { border-color: rgb(249,18,176); }
td.TdClassName
{
border-color: #F912B0;
}
.TagClassName
{
border-color: #F912B0;
}
</style>