Shades of Spicy Pink #F324B8
Tints of Spicy Pink #F324B8
RGB
CMYK
RGB Variations
Color information
#F324B8 (or 0xF324B8) is known color: Spicy Pink. HEX triplet: F3, 24 and B8. RGB value is (243,36,184). Sum of RGB (Red+Green+Blue) = 243+36+184=463 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.48% from 463); Green value is 36 (14.45% from 255 or 7.78% from 463); Blue value is 184 (72.27% from 255 or 39.74% from 463); Max value from RGB is 243 - color contains mainly: red. Hex color #F324B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F324B8 is #0CDB47. Grayscale: #727272. Windows color (decimal): -842568 or 12068083. OLE color: 12068083.
HSL color Cylindrical-coordinate representation of color #F324B8: hue angle of 317.1º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F324B8 is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 36 | 184 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.05 |
| HSL | 317.1º | 0.9% | 0.55% | - |
| HSV(B) | 317.1º | 0.85% | 0.95% | - |
| XYZ | 46.24 | 23.78 | 47.5 | - |
| YUV | 114.77 | 167.08 | 219.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 36 | 184 | 0 | 0.85 | 0.24 | 0.05 | 317.1 | 0.9 | 0.55 |
| Hex | F3 | 24 | B8 | 0 | 55 | 18 | 5 | 13D | 5A | 37 |
| Octal | 363 | 44 | 270 | 0 | 125 | 30 | 5 | 475 | 132 | 67 |
| Binary | 11110011 | 100100 | 10111000 | 0 | 1010101 | 11000 | 101 | 100111101 | 1011010 | 110111 |
Color Harmonies of #F324B8
Complementary color
Monochromatic Colors of #F324B8
Black with #F324B8
Text Example
Text Example
White with #F324B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F324B8; }
p { color: rgb(243,36,184); }
H1.HeaderClassName
{
color: #F324B8;
}
.AnyTagClassName
{
color: #F324B8;
}
</style>
background-color css
<style>
a { background-color: #F324B8; }
a { background-color: rgb(243,36,184); }
div.DivClassName
{
background-color: #F324B8;
}
.BgClassName
{
background-color: #F324B8;
}
</style>
border-color css
<style>
span { border-color: #F324B8; }
span { border-color: rgb(243,36,184); }
td.TdClassName
{
border-color: #F324B8;
}
.TagClassName
{
border-color: #F324B8;
}
</style>