Shades of Spicy Pink #F310AA
Tints of Spicy Pink #F310AA
RGB
CMYK
RGB Variations
Color information
#F310AA (or 0xF310AA) is known color: Spicy Pink. HEX triplet: F3, 10 and AA. RGB value is (243,16,170). Sum of RGB (Red+Green+Blue) = 243+16+170=429 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.64% from 429); Green value is 16 (6.64% from 255 or 3.73% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 243 - color contains mainly: red. Hex color #F310AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F310AA is #0CEF55. Grayscale: #656565. Windows color (decimal): -847702 or 11145459. OLE color: 11145459.
HSL color Cylindrical-coordinate representation of color #F310AA: hue angle of 319.3º 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 #F310AA is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 170 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.05 |
| HSL | 319.3º | 0.9% | 0.51% | - |
| HSV(B) | 319.3º | 0.93% | 0.95% | - |
| XYZ | 44.4 | 22.33 | 40 | - |
| YUV | 101.43 | 166.71 | 228.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 170 | 0 | 0.93 | 0.30 | 0.05 | 319.3 | 0.9 | 0.51 |
| Hex | F3 | 10 | AA | 0 | 5D | 1E | 5 | 13F | 5A | 33 |
| Octal | 363 | 20 | 252 | 0 | 135 | 36 | 5 | 477 | 132 | 63 |
| Binary | 11110011 | 10000 | 10101010 | 0 | 1011101 | 11110 | 101 | 100111111 | 1011010 | 110011 |
Color Harmonies of #F310AA
Complementary color
Monochromatic Colors of #F310AA
Black with #F310AA
Text Example
Text Example
White with #F310AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F310AA; }
p { color: rgb(243,16,170); }
H1.HeaderClassName
{
color: #F310AA;
}
.AnyTagClassName
{
color: #F310AA;
}
</style>
background-color css
<style>
a { background-color: #F310AA; }
a { background-color: rgb(243,16,170); }
div.DivClassName
{
background-color: #F310AA;
}
.BgClassName
{
background-color: #F310AA;
}
</style>
border-color css
<style>
span { border-color: #F310AA; }
span { border-color: rgb(243,16,170); }
td.TdClassName
{
border-color: #F310AA;
}
.TagClassName
{
border-color: #F310AA;
}
</style>