Shades of Spicy Pink #F319A2
Tints of Spicy Pink #F319A2
RGB
CMYK
RGB Variations
Color information
#F319A2 (or 0xF319A2) is known color: Spicy Pink. HEX triplet: F3, 19 and A2. RGB value is (243,25,162). Sum of RGB (Red+Green+Blue) = 243+25+162=430 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.51% from 430); Green value is 25 (10.16% from 255 or 5.81% from 430); Blue value is 162 (63.67% from 255 or 37.67% from 430); Max value from RGB is 243 - color contains mainly: red. Hex color #F319A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F319A2 is #0CE65D. Grayscale: #696969. Windows color (decimal): -845406 or 10623475. OLE color: 10623475.
HSL color Cylindrical-coordinate representation of color #F319A2: hue angle of 322.29º 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 #F319A2 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 162 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.05 |
| HSL | 322.29º | 0.9% | 0.53% | - |
| HSV(B) | 322.29º | 0.9% | 0.95% | - |
| XYZ | 43.83 | 22.36 | 36.19 | - |
| YUV | 105.8 | 159.72 | 225.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 162 | 0 | 0.90 | 0.33 | 0.05 | 322.29 | 0.9 | 0.53 |
| Hex | F3 | 19 | A2 | 0 | 5A | 21 | 5 | 142 | 5A | 35 |
| Octal | 363 | 31 | 242 | 0 | 132 | 41 | 5 | 502 | 132 | 65 |
| Binary | 11110011 | 11001 | 10100010 | 0 | 1011010 | 100001 | 101 | 101000010 | 1011010 | 110101 |
Color Harmonies of #F319A2
Complementary color
Monochromatic Colors of #F319A2
Black with #F319A2
Text Example
Text Example
White with #F319A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F319A2; }
p { color: rgb(243,25,162); }
H1.HeaderClassName
{
color: #F319A2;
}
.AnyTagClassName
{
color: #F319A2;
}
</style>
background-color css
<style>
a { background-color: #F319A2; }
a { background-color: rgb(243,25,162); }
div.DivClassName
{
background-color: #F319A2;
}
.BgClassName
{
background-color: #F319A2;
}
</style>
border-color css
<style>
span { border-color: #F319A2; }
span { border-color: rgb(243,25,162); }
td.TdClassName
{
border-color: #F319A2;
}
.TagClassName
{
border-color: #F319A2;
}
</style>