Shades of Spicy Pink #F32EB4
Tints of Spicy Pink #F32EB4
RGB
CMYK
RGB Variations
Color information
#F32EB4 (or 0xF32EB4) is known color: Spicy Pink. HEX triplet: F3, 2E and B4. RGB value is (243,46,180). Sum of RGB (Red+Green+Blue) = 243+46+180=469 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.81% from 469); Green value is 46 (18.36% from 255 or 9.81% from 469); Blue value is 180 (70.70% from 255 or 38.38% from 469); Max value from RGB is 243 - color contains mainly: red. Hex color #F32EB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F32EB4 is #0CD14B. Grayscale: #777777. Windows color (decimal): -840012 or 11808499. OLE color: 11808499.
HSL color Cylindrical-coordinate representation of color #F32EB4: hue angle of 319.19º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F32EB4 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 46 | 180 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.05 |
| HSL | 319.19º | 0.89% | 0.57% | - |
| HSV(B) | 319.19º | 0.81% | 0.95% | - |
| XYZ | 46.18 | 24.3 | 45.44 | - |
| YUV | 120.18 | 161.77 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 46 | 180 | 0 | 0.81 | 0.26 | 0.05 | 319.19 | 0.89 | 0.57 |
| Hex | F3 | 2E | B4 | 0 | 51 | 1A | 5 | 13F | 59 | 39 |
| Octal | 363 | 56 | 264 | 0 | 121 | 32 | 5 | 477 | 131 | 71 |
| Binary | 11110011 | 101110 | 10110100 | 0 | 1010001 | 11010 | 101 | 100111111 | 1011001 | 111001 |
Color Harmonies of #F32EB4
Complementary color
Monochromatic Colors of #F32EB4
Black with #F32EB4
Text Example
Text Example
White with #F32EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32EB4; }
p { color: rgb(243,46,180); }
H1.HeaderClassName
{
color: #F32EB4;
}
.AnyTagClassName
{
color: #F32EB4;
}
</style>
background-color css
<style>
a { background-color: #F32EB4; }
a { background-color: rgb(243,46,180); }
div.DivClassName
{
background-color: #F32EB4;
}
.BgClassName
{
background-color: #F32EB4;
}
</style>
border-color css
<style>
span { border-color: #F32EB4; }
span { border-color: rgb(243,46,180); }
td.TdClassName
{
border-color: #F32EB4;
}
.TagClassName
{
border-color: #F32EB4;
}
</style>