Shades of Spicy Pink #F310AB
Tints of Spicy Pink #F310AB
RGB
CMYK
RGB Variations
Color information
#F310AB (or 0xF310AB) is known color: Spicy Pink. HEX triplet: F3, 10 and AB. RGB value is (243,16,171). Sum of RGB (Red+Green+Blue) = 243+16+171=430 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.51% from 430); Green value is 16 (6.64% from 255 or 3.72% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 243 - color contains mainly: red. Hex color #F310AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F310AB is #0CEF54. Grayscale: #656565. Windows color (decimal): -847701 or 11210995. OLE color: 11210995.
HSL color Cylindrical-coordinate representation of color #F310AB: hue angle of 319.03º 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 #F310AB is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 171 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.05 |
| HSL | 319.03º | 0.9% | 0.51% | - |
| HSV(B) | 319.03º | 0.93% | 0.95% | - |
| XYZ | 44.5 | 22.37 | 40.5 | - |
| YUV | 101.54 | 167.21 | 228.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 171 | 0 | 0.93 | 0.30 | 0.05 | 319.03 | 0.9 | 0.51 |
| Hex | F3 | 10 | AB | 0 | 5D | 1E | 5 | 13F | 5A | 33 |
| Octal | 363 | 20 | 253 | 0 | 135 | 36 | 5 | 477 | 132 | 63 |
| Binary | 11110011 | 10000 | 10101011 | 0 | 1011101 | 11110 | 101 | 100111111 | 1011010 | 110011 |
Color Harmonies of #F310AB
Complementary color
Monochromatic Colors of #F310AB
Black with #F310AB
Text Example
Text Example
White with #F310AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F310AB; }
p { color: rgb(243,16,171); }
H1.HeaderClassName
{
color: #F310AB;
}
.AnyTagClassName
{
color: #F310AB;
}
</style>
background-color css
<style>
a { background-color: #F310AB; }
a { background-color: rgb(243,16,171); }
div.DivClassName
{
background-color: #F310AB;
}
.BgClassName
{
background-color: #F310AB;
}
</style>
border-color css
<style>
span { border-color: #F310AB; }
span { border-color: rgb(243,16,171); }
td.TdClassName
{
border-color: #F310AB;
}
.TagClassName
{
border-color: #F310AB;
}
</style>