Shades of Spicy Pink #F324BA
Tints of Spicy Pink #F324BA
RGB
CMYK
RGB Variations
Color information
#F324BA (or 0xF324BA) is known color: Spicy Pink. HEX triplet: F3, 24 and BA. RGB value is (243,36,186). Sum of RGB (Red+Green+Blue) = 243+36+186=465 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.26% from 465); Green value is 36 (14.45% from 255 or 7.74% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 243 - color contains mainly: red. Hex color #F324BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F324BA is #0CDB45. Grayscale: #727272. Windows color (decimal): -842566 or 12199155. OLE color: 12199155.
HSL color Cylindrical-coordinate representation of color #F324BA: hue angle of 316.52º 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 #F324BA is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 36 | 186 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.05 |
| HSL | 316.52º | 0.9% | 0.55% | - |
| HSV(B) | 316.52º | 0.85% | 0.95% | - |
| XYZ | 46.46 | 23.86 | 48.61 | - |
| YUV | 114.99 | 168.08 | 219.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 36 | 186 | 0 | 0.85 | 0.23 | 0.05 | 316.52 | 0.9 | 0.55 |
| Hex | F3 | 24 | BA | 0 | 55 | 17 | 5 | 13D | 5A | 37 |
| Octal | 363 | 44 | 272 | 0 | 125 | 27 | 5 | 475 | 132 | 67 |
| Binary | 11110011 | 100100 | 10111010 | 0 | 1010101 | 10111 | 101 | 100111101 | 1011010 | 110111 |
Color Harmonies of #F324BA
Complementary color
Monochromatic Colors of #F324BA
Black with #F324BA
Text Example
Text Example
White with #F324BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F324BA; }
p { color: rgb(243,36,186); }
H1.HeaderClassName
{
color: #F324BA;
}
.AnyTagClassName
{
color: #F324BA;
}
</style>
background-color css
<style>
a { background-color: #F324BA; }
a { background-color: rgb(243,36,186); }
div.DivClassName
{
background-color: #F324BA;
}
.BgClassName
{
background-color: #F324BA;
}
</style>
border-color css
<style>
span { border-color: #F324BA; }
span { border-color: rgb(243,36,186); }
td.TdClassName
{
border-color: #F324BA;
}
.TagClassName
{
border-color: #F324BA;
}
</style>