Shades of Spicy Pink #F319A1
Tints of Spicy Pink #F319A1
RGB
CMYK
RGB Variations
Color information
#F319A1 (or 0xF319A1) is known color: Spicy Pink. HEX triplet: F3, 19 and A1. RGB value is (243,25,161). Sum of RGB (Red+Green+Blue) = 243+25+161=429 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.64% from 429); Green value is 25 (10.16% from 255 or 5.83% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 243 - color contains mainly: red. Hex color #F319A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F319A1 is #0CE65E. Grayscale: #696969. Windows color (decimal): -845407 or 10557939. OLE color: 10557939.
HSL color Cylindrical-coordinate representation of color #F319A1: hue angle of 322.57º 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 #F319A1 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 161 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.05 |
| HSL | 322.57º | 0.9% | 0.53% | - |
| HSV(B) | 322.57º | 0.9% | 0.95% | - |
| XYZ | 43.74 | 22.32 | 35.72 | - |
| YUV | 105.69 | 159.22 | 225.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 161 | 0 | 0.90 | 0.34 | 0.05 | 322.57 | 0.9 | 0.53 |
| Hex | F3 | 19 | A1 | 0 | 5A | 22 | 5 | 143 | 5A | 35 |
| Octal | 363 | 31 | 241 | 0 | 132 | 42 | 5 | 503 | 132 | 65 |
| Binary | 11110011 | 11001 | 10100001 | 0 | 1011010 | 100010 | 101 | 101000011 | 1011010 | 110101 |
Color Harmonies of #F319A1
Complementary color
Monochromatic Colors of #F319A1
Black with #F319A1
Text Example
Text Example
White with #F319A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F319A1; }
p { color: rgb(243,25,161); }
H1.HeaderClassName
{
color: #F319A1;
}
.AnyTagClassName
{
color: #F319A1;
}
</style>
background-color css
<style>
a { background-color: #F319A1; }
a { background-color: rgb(243,25,161); }
div.DivClassName
{
background-color: #F319A1;
}
.BgClassName
{
background-color: #F319A1;
}
</style>
border-color css
<style>
span { border-color: #F319A1; }
span { border-color: rgb(243,25,161); }
td.TdClassName
{
border-color: #F319A1;
}
.TagClassName
{
border-color: #F319A1;
}
</style>