Shades of Spicy Pink #F315AA
Tints of Spicy Pink #F315AA
RGB
CMYK
RGB Variations
Color information
#F315AA (or 0xF315AA) is known color: Spicy Pink. HEX triplet: F3, 15 and AA. RGB value is (243,21,170). Sum of RGB (Red+Green+Blue) = 243+21+170=434 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.99% from 434); Green value is 21 (8.59% from 255 or 4.84% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 243 - color contains mainly: red. Hex color #F315AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F315AA is #0CEA55. Grayscale: #676767. Windows color (decimal): -846422 or 11146739. OLE color: 11146739.
HSL color Cylindrical-coordinate representation of color #F315AA: hue angle of 319.73º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F315AA is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 21 | 170 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.05 |
| HSL | 319.73º | 0.9% | 0.52% | - |
| HSV(B) | 319.73º | 0.91% | 0.95% | - |
| XYZ | 44.49 | 22.49 | 40.03 | - |
| YUV | 104.36 | 165.05 | 226.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 21 | 170 | 0 | 0.91 | 0.30 | 0.05 | 319.73 | 0.9 | 0.52 |
| Hex | F3 | 15 | AA | 0 | 5B | 1E | 5 | 140 | 5A | 34 |
| Octal | 363 | 25 | 252 | 0 | 133 | 36 | 5 | 500 | 132 | 64 |
| Binary | 11110011 | 10101 | 10101010 | 0 | 1011011 | 11110 | 101 | 101000000 | 1011010 | 110100 |
Color Harmonies of #F315AA
Complementary color
Monochromatic Colors of #F315AA
Black with #F315AA
Text Example
Text Example
White with #F315AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F315AA; }
p { color: rgb(243,21,170); }
H1.HeaderClassName
{
color: #F315AA;
}
.AnyTagClassName
{
color: #F315AA;
}
</style>
background-color css
<style>
a { background-color: #F315AA; }
a { background-color: rgb(243,21,170); }
div.DivClassName
{
background-color: #F315AA;
}
.BgClassName
{
background-color: #F315AA;
}
</style>
border-color css
<style>
span { border-color: #F315AA; }
span { border-color: rgb(243,21,170); }
td.TdClassName
{
border-color: #F315AA;
}
.TagClassName
{
border-color: #F315AA;
}
</style>