Shades of Spicy Pink #F316B1
Tints of Spicy Pink #F316B1
RGB
CMYK
RGB Variations
Color information
#F316B1 (or 0xF316B1) is known color: Spicy Pink. HEX triplet: F3, 16 and B1. RGB value is (243,22,177). Sum of RGB (Red+Green+Blue) = 243+22+177=442 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.98% from 442); Green value is 22 (8.98% from 255 or 4.98% from 442); Blue value is 177 (69.53% from 255 or 40.05% from 442); Max value from RGB is 243 - color contains mainly: red. Hex color #F316B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F316B1 is #0CE94E. Grayscale: #696969. Windows color (decimal): -846159 or 11605747. OLE color: 11605747.
HSL color Cylindrical-coordinate representation of color #F316B1: hue angle of 317.92º 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 #F316B1 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 22 | 177 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.05 |
| HSL | 317.92º | 0.9% | 0.52% | - |
| HSV(B) | 317.92º | 0.91% | 0.95% | - |
| XYZ | 45.18 | 22.8 | 43.61 | - |
| YUV | 105.75 | 168.22 | 225.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 22 | 177 | 0 | 0.91 | 0.27 | 0.05 | 317.92 | 0.9 | 0.52 |
| Hex | F3 | 16 | B1 | 0 | 5B | 1B | 5 | 13E | 5A | 34 |
| Octal | 363 | 26 | 261 | 0 | 133 | 33 | 5 | 476 | 132 | 64 |
| Binary | 11110011 | 10110 | 10110001 | 0 | 1011011 | 11011 | 101 | 100111110 | 1011010 | 110100 |
Color Harmonies of #F316B1
Complementary color
Monochromatic Colors of #F316B1
Black with #F316B1
Text Example
Text Example
White with #F316B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F316B1; }
p { color: rgb(243,22,177); }
H1.HeaderClassName
{
color: #F316B1;
}
.AnyTagClassName
{
color: #F316B1;
}
</style>
background-color css
<style>
a { background-color: #F316B1; }
a { background-color: rgb(243,22,177); }
div.DivClassName
{
background-color: #F316B1;
}
.BgClassName
{
background-color: #F316B1;
}
</style>
border-color css
<style>
span { border-color: #F316B1; }
span { border-color: rgb(243,22,177); }
td.TdClassName
{
border-color: #F316B1;
}
.TagClassName
{
border-color: #F316B1;
}
</style>