Shades of Spicy Pink #F320BB
Tints of Spicy Pink #F320BB
RGB
CMYK
RGB Variations
Color information
#F320BB (or 0xF320BB) is known color: Spicy Pink. HEX triplet: F3, 20 and BB. RGB value is (243,32,187). Sum of RGB (Red+Green+Blue) = 243+32+187=462 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.60% from 462); Green value is 32 (12.89% from 255 or 6.93% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 243 - color contains mainly: red. Hex color #F320BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F320BB is #0CDF44. Grayscale: #707070. Windows color (decimal): -843589 or 12263667. OLE color: 12263667.
HSL color Cylindrical-coordinate representation of color #F320BB: hue angle of 315.92º 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 #F320BB is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 32 | 187 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.05 |
| HSL | 315.92º | 0.9% | 0.54% | - |
| HSV(B) | 315.92º | 0.87% | 0.95% | - |
| XYZ | 46.45 | 23.68 | 49.14 | - |
| YUV | 112.76 | 169.9 | 220.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 32 | 187 | 0 | 0.87 | 0.23 | 0.05 | 315.92 | 0.9 | 0.54 |
| Hex | F3 | 20 | BB | 0 | 57 | 17 | 5 | 13C | 5A | 36 |
| Octal | 363 | 40 | 273 | 0 | 127 | 27 | 5 | 474 | 132 | 66 |
| Binary | 11110011 | 100000 | 10111011 | 0 | 1010111 | 10111 | 101 | 100111100 | 1011010 | 110110 |
Color Harmonies of #F320BB
Complementary color
Monochromatic Colors of #F320BB
Black with #F320BB
Text Example
Text Example
White with #F320BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F320BB; }
p { color: rgb(243,32,187); }
H1.HeaderClassName
{
color: #F320BB;
}
.AnyTagClassName
{
color: #F320BB;
}
</style>
background-color css
<style>
a { background-color: #F320BB; }
a { background-color: rgb(243,32,187); }
div.DivClassName
{
background-color: #F320BB;
}
.BgClassName
{
background-color: #F320BB;
}
</style>
border-color css
<style>
span { border-color: #F320BB; }
span { border-color: rgb(243,32,187); }
td.TdClassName
{
border-color: #F320BB;
}
.TagClassName
{
border-color: #F320BB;
}
</style>