Shades of Spicy Pink #F328BB
Tints of Spicy Pink #F328BB
RGB
CMYK
RGB Variations
Color information
#F328BB (or 0xF328BB) is known color: Spicy Pink. HEX triplet: F3, 28 and BB. RGB value is (243,40,187). Sum of RGB (Red+Green+Blue) = 243+40+187=470 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.70% from 470); Green value is 40 (16.02% from 255 or 8.51% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 243 - color contains mainly: red. Hex color #F328BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F328BB is #0CD744. Grayscale: #757575. Windows color (decimal): -841541 or 12265715. OLE color: 12265715.
HSL color Cylindrical-coordinate representation of color #F328BB: hue angle of 316.55º 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 #F328BB is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 40 | 187 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.05 |
| HSL | 316.55º | 0.89% | 0.55% | - |
| HSV(B) | 316.55º | 0.84% | 0.95% | - |
| XYZ | 46.69 | 24.16 | 49.22 | - |
| YUV | 117.46 | 167.25 | 217.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 187 | 0 | 0.84 | 0.23 | 0.05 | 316.55 | 0.89 | 0.55 |
| Hex | F3 | 28 | BB | 0 | 54 | 17 | 5 | 13D | 59 | 37 |
| Octal | 363 | 50 | 273 | 0 | 124 | 27 | 5 | 475 | 131 | 67 |
| Binary | 11110011 | 101000 | 10111011 | 0 | 1010100 | 10111 | 101 | 100111101 | 1011001 | 110111 |
Color Harmonies of #F328BB
Complementary color
Monochromatic Colors of #F328BB
Black with #F328BB
Text Example
Text Example
White with #F328BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F328BB; }
p { color: rgb(243,40,187); }
H1.HeaderClassName
{
color: #F328BB;
}
.AnyTagClassName
{
color: #F328BB;
}
</style>
background-color css
<style>
a { background-color: #F328BB; }
a { background-color: rgb(243,40,187); }
div.DivClassName
{
background-color: #F328BB;
}
.BgClassName
{
background-color: #F328BB;
}
</style>
border-color css
<style>
span { border-color: #F328BB; }
span { border-color: rgb(243,40,187); }
td.TdClassName
{
border-color: #F328BB;
}
.TagClassName
{
border-color: #F328BB;
}
</style>