Shades of Spicy Pink #F32DB8
Tints of Spicy Pink #F32DB8
RGB
CMYK
RGB Variations
Color information
#F32DB8 (or 0xF32DB8) is known color: Spicy Pink. HEX triplet: F3, 2D and B8. RGB value is (243,45,184). Sum of RGB (Red+Green+Blue) = 243+45+184=472 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.48% from 472); Green value is 45 (17.97% from 255 or 9.53% from 472); Blue value is 184 (72.27% from 255 or 38.98% from 472); Max value from RGB is 243 - color contains mainly: red. Hex color #F32DB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F32DB8 is #0CD247. Grayscale: #777777. Windows color (decimal): -840264 or 12070387. OLE color: 12070387.
HSL color Cylindrical-coordinate representation of color #F32DB8: hue angle of 317.88º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F32DB8 is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 45 | 184 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.05 |
| HSL | 317.88º | 0.89% | 0.56% | - |
| HSV(B) | 317.88º | 0.81% | 0.95% | - |
| XYZ | 46.55 | 24.39 | 47.6 | - |
| YUV | 120.05 | 164.1 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 45 | 184 | 0 | 0.81 | 0.24 | 0.05 | 317.88 | 0.89 | 0.56 |
| Hex | F3 | 2D | B8 | 0 | 51 | 18 | 5 | 13E | 59 | 38 |
| Octal | 363 | 55 | 270 | 0 | 121 | 30 | 5 | 476 | 131 | 70 |
| Binary | 11110011 | 101101 | 10111000 | 0 | 1010001 | 11000 | 101 | 100111110 | 1011001 | 111000 |
Color Harmonies of #F32DB8
Complementary color
Monochromatic Colors of #F32DB8
Black with #F32DB8
Text Example
Text Example
White with #F32DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32DB8; }
p { color: rgb(243,45,184); }
H1.HeaderClassName
{
color: #F32DB8;
}
.AnyTagClassName
{
color: #F32DB8;
}
</style>
background-color css
<style>
a { background-color: #F32DB8; }
a { background-color: rgb(243,45,184); }
div.DivClassName
{
background-color: #F32DB8;
}
.BgClassName
{
background-color: #F32DB8;
}
</style>
border-color css
<style>
span { border-color: #F32DB8; }
span { border-color: rgb(243,45,184); }
td.TdClassName
{
border-color: #F32DB8;
}
.TagClassName
{
border-color: #F32DB8;
}
</style>