Shades of Spicy Pink #F912AF
Tints of Spicy Pink #F912AF
RGB
CMYK
RGB Variations
Color information
#F912AF (or 0xF912AF) is known color: Spicy Pink. HEX triplet: F9, 12 and AF. RGB value is (249,18,175). Sum of RGB (Red+Green+Blue) = 249+18+175=442 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.33% from 442); Green value is 18 (7.42% from 255 or 4.07% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 249 - color contains mainly: red. Hex color #F912AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F912AF is #06ED50. Grayscale: #686868. Windows color (decimal): -453969 or 11473657. OLE color: 11473657.
HSL color Cylindrical-coordinate representation of color #F912AF: hue angle of 319.22º 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 #F912AF is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 18 | 175 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.02 |
| HSL | 319.22º | 0.95% | 0.52% | - |
| HSV(B) | 319.22º | 0.93% | 0.98% | - |
| XYZ | 47.02 | 23.67 | 42.65 | - |
| YUV | 104.97 | 167.53 | 230.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 18 | 175 | 0 | 0.93 | 0.30 | 0.02 | 319.22 | 0.95 | 0.52 |
| Hex | F9 | 12 | AF | 0 | 5D | 1E | 2 | 13F | 5F | 34 |
| Octal | 371 | 22 | 257 | 0 | 135 | 36 | 2 | 477 | 137 | 64 |
| Binary | 11111001 | 10010 | 10101111 | 0 | 1011101 | 11110 | 10 | 100111111 | 1011111 | 110100 |
Color Harmonies of #F912AF
Complementary color
Monochromatic Colors of #F912AF
Black with #F912AF
Text Example
Text Example
White with #F912AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F912AF; }
p { color: rgb(249,18,175); }
H1.HeaderClassName
{
color: #F912AF;
}
.AnyTagClassName
{
color: #F912AF;
}
</style>
background-color css
<style>
a { background-color: #F912AF; }
a { background-color: rgb(249,18,175); }
div.DivClassName
{
background-color: #F912AF;
}
.BgClassName
{
background-color: #F912AF;
}
</style>
border-color css
<style>
span { border-color: #F912AF; }
span { border-color: rgb(249,18,175); }
td.TdClassName
{
border-color: #F912AF;
}
.TagClassName
{
border-color: #F912AF;
}
</style>