Shades of Spicy Pink #F319AA
Tints of Spicy Pink #F319AA
RGB
CMYK
RGB Variations
Color information
#F319AA (or 0xF319AA) is known color: Spicy Pink. HEX triplet: F3, 19 and AA. RGB value is (243,25,170). Sum of RGB (Red+Green+Blue) = 243+25+170=438 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.48% from 438); Green value is 25 (10.16% from 255 or 5.71% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 243 - color contains mainly: red. Hex color #F319AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F319AA is #0CE655. Grayscale: #6A6A6A. Windows color (decimal): -845398 or 11147763. OLE color: 11147763.
HSL color Cylindrical-coordinate representation of color #F319AA: hue angle of 320.09º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F319AA is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 170 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.05 |
| HSL | 320.09º | 0.9% | 0.53% | - |
| HSV(B) | 320.09º | 0.9% | 0.95% | - |
| XYZ | 44.57 | 22.65 | 40.05 | - |
| YUV | 106.71 | 163.72 | 225.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 170 | 0 | 0.90 | 0.30 | 0.05 | 320.09 | 0.9 | 0.53 |
| Hex | F3 | 19 | AA | 0 | 5A | 1E | 5 | 140 | 5A | 35 |
| Octal | 363 | 31 | 252 | 0 | 132 | 36 | 5 | 500 | 132 | 65 |
| Binary | 11110011 | 11001 | 10101010 | 0 | 1011010 | 11110 | 101 | 101000000 | 1011010 | 110101 |
Color Harmonies of #F319AA
Complementary color
Monochromatic Colors of #F319AA
Black with #F319AA
Text Example
Text Example
White with #F319AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F319AA; }
p { color: rgb(243,25,170); }
H1.HeaderClassName
{
color: #F319AA;
}
.AnyTagClassName
{
color: #F319AA;
}
</style>
background-color css
<style>
a { background-color: #F319AA; }
a { background-color: rgb(243,25,170); }
div.DivClassName
{
background-color: #F319AA;
}
.BgClassName
{
background-color: #F319AA;
}
</style>
border-color css
<style>
span { border-color: #F319AA; }
span { border-color: rgb(243,25,170); }
td.TdClassName
{
border-color: #F319AA;
}
.TagClassName
{
border-color: #F319AA;
}
</style>