Shades of Spicy Pink #F329B7
Tints of Spicy Pink #F329B7
RGB
CMYK
RGB Variations
Color information
#F329B7 (or 0xF329B7) is known color: Spicy Pink. HEX triplet: F3, 29 and B7. RGB value is (243,41,183). Sum of RGB (Red+Green+Blue) = 243+41+183=467 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.03% from 467); Green value is 41 (16.41% from 255 or 8.78% from 467); Blue value is 183 (71.88% from 255 or 39.19% from 467); Max value from RGB is 243 - color contains mainly: red. Hex color #F329B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F329B7 is #0CD648. Grayscale: #757575. Windows color (decimal): -841289 or 12003827. OLE color: 12003827.
HSL color Cylindrical-coordinate representation of color #F329B7: hue angle of 317.82º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F329B7 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 41 | 183 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.05 |
| HSL | 317.82º | 0.89% | 0.56% | - |
| HSV(B) | 317.82º | 0.83% | 0.95% | - |
| XYZ | 46.3 | 24.06 | 47 | - |
| YUV | 117.59 | 164.92 | 217.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 183 | 0 | 0.83 | 0.25 | 0.05 | 317.82 | 0.89 | 0.56 |
| Hex | F3 | 29 | B7 | 0 | 53 | 19 | 5 | 13E | 59 | 38 |
| Octal | 363 | 51 | 267 | 0 | 123 | 31 | 5 | 476 | 131 | 70 |
| Binary | 11110011 | 101001 | 10110111 | 0 | 1010011 | 11001 | 101 | 100111110 | 1011001 | 111000 |
Color Harmonies of #F329B7
Complementary color
Monochromatic Colors of #F329B7
Black with #F329B7
Text Example
Text Example
White with #F329B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F329B7; }
p { color: rgb(243,41,183); }
H1.HeaderClassName
{
color: #F329B7;
}
.AnyTagClassName
{
color: #F329B7;
}
</style>
background-color css
<style>
a { background-color: #F329B7; }
a { background-color: rgb(243,41,183); }
div.DivClassName
{
background-color: #F329B7;
}
.BgClassName
{
background-color: #F329B7;
}
</style>
border-color css
<style>
span { border-color: #F329B7; }
span { border-color: rgb(243,41,183); }
td.TdClassName
{
border-color: #F329B7;
}
.TagClassName
{
border-color: #F329B7;
}
</style>