Shades of Spicy Pink #F324B1
Tints of Spicy Pink #F324B1
RGB
CMYK
RGB Variations
Color information
#F324B1 (or 0xF324B1) is known color: Spicy Pink. HEX triplet: F3, 24 and B1. RGB value is (243,36,177). Sum of RGB (Red+Green+Blue) = 243+36+177=456 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.29% from 456); Green value is 36 (14.45% from 255 or 7.89% from 456); Blue value is 177 (69.53% from 255 or 38.82% from 456); Max value from RGB is 243 - color contains mainly: red. Hex color #F324B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F324B1 is #0CDB4E. Grayscale: #717171. Windows color (decimal): -842575 or 11609331. OLE color: 11609331.
HSL color Cylindrical-coordinate representation of color #F324B1: hue angle of 319.13º 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 #F324B1 is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 36 | 177 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.05 |
| HSL | 319.13º | 0.9% | 0.55% | - |
| HSV(B) | 319.13º | 0.85% | 0.95% | - |
| XYZ | 45.53 | 23.49 | 43.73 | - |
| YUV | 113.97 | 163.58 | 220.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 36 | 177 | 0 | 0.85 | 0.27 | 0.05 | 319.13 | 0.9 | 0.55 |
| Hex | F3 | 24 | B1 | 0 | 55 | 1B | 5 | 13F | 5A | 37 |
| Octal | 363 | 44 | 261 | 0 | 125 | 33 | 5 | 477 | 132 | 67 |
| Binary | 11110011 | 100100 | 10110001 | 0 | 1010101 | 11011 | 101 | 100111111 | 1011010 | 110111 |
Color Harmonies of #F324B1
Complementary color
Monochromatic Colors of #F324B1
Black with #F324B1
Text Example
Text Example
White with #F324B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F324B1; }
p { color: rgb(243,36,177); }
H1.HeaderClassName
{
color: #F324B1;
}
.AnyTagClassName
{
color: #F324B1;
}
</style>
background-color css
<style>
a { background-color: #F324B1; }
a { background-color: rgb(243,36,177); }
div.DivClassName
{
background-color: #F324B1;
}
.BgClassName
{
background-color: #F324B1;
}
</style>
border-color css
<style>
span { border-color: #F324B1; }
span { border-color: rgb(243,36,177); }
td.TdClassName
{
border-color: #F324B1;
}
.TagClassName
{
border-color: #F324B1;
}
</style>