Shades of Spicy Pink #F310AF
Tints of Spicy Pink #F310AF
RGB
CMYK
RGB Variations
Color information
#F310AF (or 0xF310AF) is known color: Spicy Pink. HEX triplet: F3, 10 and AF. RGB value is (243,16,175). Sum of RGB (Red+Green+Blue) = 243+16+175=434 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.99% from 434); Green value is 16 (6.64% from 255 or 3.69% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 243 - color contains mainly: red. Hex color #F310AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F310AF is #0CEF50. Grayscale: #656565. Windows color (decimal): -847697 or 11473139. OLE color: 11473139.
HSL color Cylindrical-coordinate representation of color #F310AF: hue angle of 317.97º 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 #F310AF is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 175 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.05 |
| HSL | 317.97º | 0.9% | 0.51% | - |
| HSV(B) | 317.97º | 0.93% | 0.95% | - |
| XYZ | 44.89 | 22.52 | 42.54 | - |
| YUV | 102 | 169.21 | 228.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 175 | 0 | 0.93 | 0.28 | 0.05 | 317.97 | 0.9 | 0.51 |
| Hex | F3 | 10 | AF | 0 | 5D | 1C | 5 | 13E | 5A | 33 |
| Octal | 363 | 20 | 257 | 0 | 135 | 34 | 5 | 476 | 132 | 63 |
| Binary | 11110011 | 10000 | 10101111 | 0 | 1011101 | 11100 | 101 | 100111110 | 1011010 | 110011 |
Color Harmonies of #F310AF
Complementary color
Monochromatic Colors of #F310AF
Black with #F310AF
Text Example
Text Example
White with #F310AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F310AF; }
p { color: rgb(243,16,175); }
H1.HeaderClassName
{
color: #F310AF;
}
.AnyTagClassName
{
color: #F310AF;
}
</style>
background-color css
<style>
a { background-color: #F310AF; }
a { background-color: rgb(243,16,175); }
div.DivClassName
{
background-color: #F310AF;
}
.BgClassName
{
background-color: #F310AF;
}
</style>
border-color css
<style>
span { border-color: #F310AF; }
span { border-color: rgb(243,16,175); }
td.TdClassName
{
border-color: #F310AF;
}
.TagClassName
{
border-color: #F310AF;
}
</style>