Shades of Spicy Pink #F312AF
Tints of Spicy Pink #F312AF
RGB
CMYK
RGB Variations
Color information
#F312AF (or 0xF312AF) is known color: Spicy Pink. HEX triplet: F3, 12 and AF. RGB value is (243,18,175). Sum of RGB (Red+Green+Blue) = 243+18+175=436 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.73% from 436); Green value is 18 (7.42% from 255 or 4.13% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 243 - color contains mainly: red. Hex color #F312AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F312AF is #0CED50. Grayscale: #666666. Windows color (decimal): -847185 or 11473651. OLE color: 11473651.
HSL color Cylindrical-coordinate representation of color #F312AF: hue angle of 318.13º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F312AF is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 175 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.05 |
| HSL | 318.13º | 0.9% | 0.51% | - |
| HSV(B) | 318.13º | 0.93% | 0.95% | - |
| XYZ | 44.92 | 22.58 | 42.55 | - |
| YUV | 103.17 | 168.54 | 227.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 175 | 0 | 0.93 | 0.28 | 0.05 | 318.13 | 0.9 | 0.51 |
| Hex | F3 | 12 | AF | 0 | 5D | 1C | 5 | 13E | 5A | 33 |
| Octal | 363 | 22 | 257 | 0 | 135 | 34 | 5 | 476 | 132 | 63 |
| Binary | 11110011 | 10010 | 10101111 | 0 | 1011101 | 11100 | 101 | 100111110 | 1011010 | 110011 |
Color Harmonies of #F312AF
Complementary color
Monochromatic Colors of #F312AF
Black with #F312AF
Text Example
Text Example
White with #F312AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F312AF; }
p { color: rgb(243,18,175); }
H1.HeaderClassName
{
color: #F312AF;
}
.AnyTagClassName
{
color: #F312AF;
}
</style>
background-color css
<style>
a { background-color: #F312AF; }
a { background-color: rgb(243,18,175); }
div.DivClassName
{
background-color: #F312AF;
}
.BgClassName
{
background-color: #F312AF;
}
</style>
border-color css
<style>
span { border-color: #F312AF; }
span { border-color: rgb(243,18,175); }
td.TdClassName
{
border-color: #F312AF;
}
.TagClassName
{
border-color: #F312AF;
}
</style>