Shades of Spicy Pink #F320B1
Tints of Spicy Pink #F320B1
RGB
CMYK
RGB Variations
Color information
#F320B1 (or 0xF320B1) is known color: Spicy Pink. HEX triplet: F3, 20 and B1. RGB value is (243,32,177). Sum of RGB (Red+Green+Blue) = 243+32+177=452 (59% of max value = 765). Red value is 243 (95.31% from 255 or 53.76% from 452); Green value is 32 (12.89% from 255 or 7.08% from 452); Blue value is 177 (69.53% from 255 or 39.16% from 452); Max value from RGB is 243 - color contains mainly: red. Hex color #F320B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F320B1 is #0CDF4E. Grayscale: #6F6F6F. Windows color (decimal): -843599 or 11608307. OLE color: 11608307.
HSL color Cylindrical-coordinate representation of color #F320B1: hue angle of 318.77º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F320B1 is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 32 | 177 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.05 |
| HSL | 318.77º | 0.9% | 0.54% | - |
| HSV(B) | 318.77º | 0.87% | 0.95% | - |
| XYZ | 45.41 | 23.26 | 43.69 | - |
| YUV | 111.62 | 164.9 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 32 | 177 | 0 | 0.87 | 0.27 | 0.05 | 318.77 | 0.9 | 0.54 |
| Hex | F3 | 20 | B1 | 0 | 57 | 1B | 5 | 13F | 5A | 36 |
| Octal | 363 | 40 | 261 | 0 | 127 | 33 | 5 | 477 | 132 | 66 |
| Binary | 11110011 | 100000 | 10110001 | 0 | 1010111 | 11011 | 101 | 100111111 | 1011010 | 110110 |
Color Harmonies of #F320B1
Complementary color
Monochromatic Colors of #F320B1
Black with #F320B1
Text Example
Text Example
White with #F320B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F320B1; }
p { color: rgb(243,32,177); }
H1.HeaderClassName
{
color: #F320B1;
}
.AnyTagClassName
{
color: #F320B1;
}
</style>
background-color css
<style>
a { background-color: #F320B1; }
a { background-color: rgb(243,32,177); }
div.DivClassName
{
background-color: #F320B1;
}
.BgClassName
{
background-color: #F320B1;
}
</style>
border-color css
<style>
span { border-color: #F320B1; }
span { border-color: rgb(243,32,177); }
td.TdClassName
{
border-color: #F320B1;
}
.TagClassName
{
border-color: #F320B1;
}
</style>