Shades of Spicy Pink #F328B0
Tints of Spicy Pink #F328B0
RGB
CMYK
RGB Variations
Color information
#F328B0 (or 0xF328B0) is known color: Spicy Pink. HEX triplet: F3, 28 and B0. RGB value is (243,40,176). Sum of RGB (Red+Green+Blue) = 243+40+176=459 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.94% from 459); Green value is 40 (16.02% from 255 or 8.71% from 459); Blue value is 176 (69.14% from 255 or 38.34% from 459); Max value from RGB is 243 - color contains mainly: red. Hex color #F328B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F328B0 is #0CD74F. Grayscale: #737373. Windows color (decimal): -841552 or 11544819. OLE color: 11544819.
HSL color Cylindrical-coordinate representation of color #F328B0: hue angle of 319.8º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F328B0 is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 40 | 176 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.05 |
| HSL | 319.8º | 0.89% | 0.55% | - |
| HSV(B) | 319.8º | 0.84% | 0.95% | - |
| XYZ | 45.56 | 23.71 | 43.25 | - |
| YUV | 116.2 | 161.75 | 218.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 176 | 0 | 0.84 | 0.28 | 0.05 | 319.8 | 0.89 | 0.55 |
| Hex | F3 | 28 | B0 | 0 | 54 | 1C | 5 | 140 | 59 | 37 |
| Octal | 363 | 50 | 260 | 0 | 124 | 34 | 5 | 500 | 131 | 67 |
| Binary | 11110011 | 101000 | 10110000 | 0 | 1010100 | 11100 | 101 | 101000000 | 1011001 | 110111 |
Color Harmonies of #F328B0
Complementary color
Monochromatic Colors of #F328B0
Black with #F328B0
Text Example
Text Example
White with #F328B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F328B0; }
p { color: rgb(243,40,176); }
H1.HeaderClassName
{
color: #F328B0;
}
.AnyTagClassName
{
color: #F328B0;
}
</style>
background-color css
<style>
a { background-color: #F328B0; }
a { background-color: rgb(243,40,176); }
div.DivClassName
{
background-color: #F328B0;
}
.BgClassName
{
background-color: #F328B0;
}
</style>
border-color css
<style>
span { border-color: #F328B0; }
span { border-color: rgb(243,40,176); }
td.TdClassName
{
border-color: #F328B0;
}
.TagClassName
{
border-color: #F328B0;
}
</style>