Shades of Spicy Pink #F312AD
Tints of Spicy Pink #F312AD
RGB
CMYK
RGB Variations
Color information
#F312AD (or 0xF312AD) is known color: Spicy Pink. HEX triplet: F3, 12 and AD. RGB value is (243,18,173). Sum of RGB (Red+Green+Blue) = 243+18+173=434 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.99% from 434); Green value is 18 (7.42% from 255 or 4.15% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 243 - color contains mainly: red. Hex color #F312AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F312AD is #0CED52. Grayscale: #666666. Windows color (decimal): -847187 or 11342579. OLE color: 11342579.
HSL color Cylindrical-coordinate representation of color #F312AD: hue angle of 318.67º 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 #F312AD is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 173 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.05 |
| HSL | 318.67º | 0.9% | 0.51% | - |
| HSV(B) | 318.67º | 0.93% | 0.95% | - |
| XYZ | 44.72 | 22.5 | 41.52 | - |
| YUV | 102.95 | 167.54 | 227.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 173 | 0 | 0.93 | 0.29 | 0.05 | 318.67 | 0.9 | 0.51 |
| Hex | F3 | 12 | AD | 0 | 5D | 1D | 5 | 13F | 5A | 33 |
| Octal | 363 | 22 | 255 | 0 | 135 | 35 | 5 | 477 | 132 | 63 |
| Binary | 11110011 | 10010 | 10101101 | 0 | 1011101 | 11101 | 101 | 100111111 | 1011010 | 110011 |
Color Harmonies of #F312AD
Complementary color
Monochromatic Colors of #F312AD
Black with #F312AD
Text Example
Text Example
White with #F312AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F312AD; }
p { color: rgb(243,18,173); }
H1.HeaderClassName
{
color: #F312AD;
}
.AnyTagClassName
{
color: #F312AD;
}
</style>
background-color css
<style>
a { background-color: #F312AD; }
a { background-color: rgb(243,18,173); }
div.DivClassName
{
background-color: #F312AD;
}
.BgClassName
{
background-color: #F312AD;
}
</style>
border-color css
<style>
span { border-color: #F312AD; }
span { border-color: rgb(243,18,173); }
td.TdClassName
{
border-color: #F312AD;
}
.TagClassName
{
border-color: #F312AD;
}
</style>