Shades of Spicy Pink #F32CB9
Tints of Spicy Pink #F32CB9
RGB
CMYK
RGB Variations
Color information
#F32CB9 (or 0xF32CB9) is known color: Spicy Pink. HEX triplet: F3, 2C and B9. RGB value is (243,44,185). Sum of RGB (Red+Green+Blue) = 243+44+185=472 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.48% from 472); Green value is 44 (17.58% from 255 or 9.32% from 472); Blue value is 185 (72.66% from 255 or 39.19% from 472); Max value from RGB is 243 - color contains mainly: red. Hex color #F32CB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F32CB9 is #0CD346. Grayscale: #777777. Windows color (decimal): -840519 or 12135667. OLE color: 12135667.
HSL color Cylindrical-coordinate representation of color #F32CB9: hue angle of 317.49º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F32CB9 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 44 | 185 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.05 |
| HSL | 317.49º | 0.89% | 0.56% | - |
| HSV(B) | 317.49º | 0.82% | 0.95% | - |
| XYZ | 46.62 | 24.36 | 48.14 | - |
| YUV | 119.58 | 164.93 | 216.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 44 | 185 | 0 | 0.82 | 0.24 | 0.05 | 317.49 | 0.89 | 0.56 |
| Hex | F3 | 2C | B9 | 0 | 52 | 18 | 5 | 13D | 59 | 38 |
| Octal | 363 | 54 | 271 | 0 | 122 | 30 | 5 | 475 | 131 | 70 |
| Binary | 11110011 | 101100 | 10111001 | 0 | 1010010 | 11000 | 101 | 100111101 | 1011001 | 111000 |
Color Harmonies of #F32CB9
Complementary color
Monochromatic Colors of #F32CB9
Black with #F32CB9
Text Example
Text Example
White with #F32CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32CB9; }
p { color: rgb(243,44,185); }
H1.HeaderClassName
{
color: #F32CB9;
}
.AnyTagClassName
{
color: #F32CB9;
}
</style>
background-color css
<style>
a { background-color: #F32CB9; }
a { background-color: rgb(243,44,185); }
div.DivClassName
{
background-color: #F32CB9;
}
.BgClassName
{
background-color: #F32CB9;
}
</style>
border-color css
<style>
span { border-color: #F32CB9; }
span { border-color: rgb(243,44,185); }
td.TdClassName
{
border-color: #F32CB9;
}
.TagClassName
{
border-color: #F32CB9;
}
</style>