Shades of Spicy Pink #F316A2
Tints of Spicy Pink #F316A2
RGB
CMYK
RGB Variations
Color information
#F316A2 (or 0xF316A2) is known color: Spicy Pink. HEX triplet: F3, 16 and A2. RGB value is (243,22,162). Sum of RGB (Red+Green+Blue) = 243+22+162=427 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.91% from 427); Green value is 22 (8.98% from 255 or 5.15% from 427); Blue value is 162 (63.67% from 255 or 37.94% from 427); Max value from RGB is 243 - color contains mainly: red. Hex color #F316A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F316A2 is #0CE95D. Grayscale: #676767. Windows color (decimal): -846174 or 10622707. OLE color: 10622707.
HSL color Cylindrical-coordinate representation of color #F316A2: hue angle of 321.99º 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 #F316A2 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 22 | 162 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.05 |
| HSL | 321.99º | 0.9% | 0.52% | - |
| HSV(B) | 321.99º | 0.91% | 0.95% | - |
| XYZ | 43.77 | 22.24 | 36.17 | - |
| YUV | 104.04 | 160.72 | 227.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 22 | 162 | 0 | 0.91 | 0.33 | 0.05 | 321.99 | 0.9 | 0.52 |
| Hex | F3 | 16 | A2 | 0 | 5B | 21 | 5 | 142 | 5A | 34 |
| Octal | 363 | 26 | 242 | 0 | 133 | 41 | 5 | 502 | 132 | 64 |
| Binary | 11110011 | 10110 | 10100010 | 0 | 1011011 | 100001 | 101 | 101000010 | 1011010 | 110100 |
Color Harmonies of #F316A2
Complementary color
Monochromatic Colors of #F316A2
Black with #F316A2
Text Example
Text Example
White with #F316A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F316A2; }
p { color: rgb(243,22,162); }
H1.HeaderClassName
{
color: #F316A2;
}
.AnyTagClassName
{
color: #F316A2;
}
</style>
background-color css
<style>
a { background-color: #F316A2; }
a { background-color: rgb(243,22,162); }
div.DivClassName
{
background-color: #F316A2;
}
.BgClassName
{
background-color: #F316A2;
}
</style>
border-color css
<style>
span { border-color: #F316A2; }
span { border-color: rgb(243,22,162); }
td.TdClassName
{
border-color: #F316A2;
}
.TagClassName
{
border-color: #F316A2;
}
</style>