Shades of Spicy Pink #F32FB4
Tints of Spicy Pink #F32FB4
RGB
CMYK
RGB Variations
Color information
#F32FB4 (or 0xF32FB4) is known color: Spicy Pink. HEX triplet: F3, 2F and B4. RGB value is (243,47,180). Sum of RGB (Red+Green+Blue) = 243+47+180=470 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.70% from 470); Green value is 47 (18.75% from 255 or 10% from 470); Blue value is 180 (70.70% from 255 or 38.30% from 470); Max value from RGB is 243 - color contains mainly: red. Hex color #F32FB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F32FB4 is #0CD04B. Grayscale: #787878. Windows color (decimal): -839756 or 11808755. OLE color: 11808755.
HSL color Cylindrical-coordinate representation of color #F32FB4: hue angle of 319.29º 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 #F32FB4 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 47 | 180 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.05 |
| HSL | 319.29º | 0.89% | 0.57% | - |
| HSV(B) | 319.29º | 0.81% | 0.95% | - |
| XYZ | 46.22 | 24.38 | 45.45 | - |
| YUV | 120.77 | 161.43 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 47 | 180 | 0 | 0.81 | 0.26 | 0.05 | 319.29 | 0.89 | 0.57 |
| Hex | F3 | 2F | B4 | 0 | 51 | 1A | 5 | 13F | 59 | 39 |
| Octal | 363 | 57 | 264 | 0 | 121 | 32 | 5 | 477 | 131 | 71 |
| Binary | 11110011 | 101111 | 10110100 | 0 | 1010001 | 11010 | 101 | 100111111 | 1011001 | 111001 |
Color Harmonies of #F32FB4
Complementary color
Monochromatic Colors of #F32FB4
Black with #F32FB4
Text Example
Text Example
White with #F32FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32FB4; }
p { color: rgb(243,47,180); }
H1.HeaderClassName
{
color: #F32FB4;
}
.AnyTagClassName
{
color: #F32FB4;
}
</style>
background-color css
<style>
a { background-color: #F32FB4; }
a { background-color: rgb(243,47,180); }
div.DivClassName
{
background-color: #F32FB4;
}
.BgClassName
{
background-color: #F32FB4;
}
</style>
border-color css
<style>
span { border-color: #F32FB4; }
span { border-color: rgb(243,47,180); }
td.TdClassName
{
border-color: #F32FB4;
}
.TagClassName
{
border-color: #F32FB4;
}
</style>