Shades of Spicy Pink #F328B8
Tints of Spicy Pink #F328B8
RGB
CMYK
RGB Variations
Color information
#F328B8 (or 0xF328B8) is known color: Spicy Pink. HEX triplet: F3, 28 and B8. RGB value is (243,40,184). Sum of RGB (Red+Green+Blue) = 243+40+184=467 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.03% from 467); Green value is 40 (16.02% from 255 or 8.57% from 467); Blue value is 184 (72.27% from 255 or 39.40% from 467); Max value from RGB is 243 - color contains mainly: red. Hex color #F328B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F328B8 is #0CD747. Grayscale: #747474. Windows color (decimal): -841544 or 12069107. OLE color: 12069107.
HSL color Cylindrical-coordinate representation of color #F328B8: hue angle of 317.44º 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 #F328B8 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 40 | 184 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.05 |
| HSL | 317.44º | 0.89% | 0.55% | - |
| HSV(B) | 317.44º | 0.84% | 0.95% | - |
| XYZ | 46.37 | 24.03 | 47.54 | - |
| YUV | 117.11 | 165.75 | 217.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 184 | 0 | 0.84 | 0.24 | 0.05 | 317.44 | 0.89 | 0.55 |
| Hex | F3 | 28 | B8 | 0 | 54 | 18 | 5 | 13D | 59 | 37 |
| Octal | 363 | 50 | 270 | 0 | 124 | 30 | 5 | 475 | 131 | 67 |
| Binary | 11110011 | 101000 | 10111000 | 0 | 1010100 | 11000 | 101 | 100111101 | 1011001 | 110111 |
Color Harmonies of #F328B8
Complementary color
Monochromatic Colors of #F328B8
Black with #F328B8
Text Example
Text Example
White with #F328B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F328B8; }
p { color: rgb(243,40,184); }
H1.HeaderClassName
{
color: #F328B8;
}
.AnyTagClassName
{
color: #F328B8;
}
</style>
background-color css
<style>
a { background-color: #F328B8; }
a { background-color: rgb(243,40,184); }
div.DivClassName
{
background-color: #F328B8;
}
.BgClassName
{
background-color: #F328B8;
}
</style>
border-color css
<style>
span { border-color: #F328B8; }
span { border-color: rgb(243,40,184); }
td.TdClassName
{
border-color: #F328B8;
}
.TagClassName
{
border-color: #F328B8;
}
</style>