Shades of Spicy Pink #F329B3
Tints of Spicy Pink #F329B3
RGB
CMYK
RGB Variations
Color information
#F329B3 (or 0xF329B3) is known color: Spicy Pink. HEX triplet: F3, 29 and B3. RGB value is (243,41,179). Sum of RGB (Red+Green+Blue) = 243+41+179=463 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.48% from 463); Green value is 41 (16.41% from 255 or 8.86% from 463); Blue value is 179 (70.31% from 255 or 38.66% from 463); Max value from RGB is 243 - color contains mainly: red. Hex color #F329B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F329B3 is #0CD64C. Grayscale: #747474. Windows color (decimal): -841293 or 11741683. OLE color: 11741683.
HSL color Cylindrical-coordinate representation of color #F329B3: hue angle of 319.01º 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 #F329B3 is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 41 | 179 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.05 |
| HSL | 319.01º | 0.89% | 0.56% | - |
| HSV(B) | 319.01º | 0.83% | 0.95% | - |
| XYZ | 45.89 | 23.9 | 44.84 | - |
| YUV | 117.13 | 162.92 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 179 | 0 | 0.83 | 0.26 | 0.05 | 319.01 | 0.89 | 0.56 |
| Hex | F3 | 29 | B3 | 0 | 53 | 1A | 5 | 13F | 59 | 38 |
| Octal | 363 | 51 | 263 | 0 | 123 | 32 | 5 | 477 | 131 | 70 |
| Binary | 11110011 | 101001 | 10110011 | 0 | 1010011 | 11010 | 101 | 100111111 | 1011001 | 111000 |
Color Harmonies of #F329B3
Complementary color
Monochromatic Colors of #F329B3
Black with #F329B3
Text Example
Text Example
White with #F329B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F329B3; }
p { color: rgb(243,41,179); }
H1.HeaderClassName
{
color: #F329B3;
}
.AnyTagClassName
{
color: #F329B3;
}
</style>
background-color css
<style>
a { background-color: #F329B3; }
a { background-color: rgb(243,41,179); }
div.DivClassName
{
background-color: #F329B3;
}
.BgClassName
{
background-color: #F329B3;
}
</style>
border-color css
<style>
span { border-color: #F329B3; }
span { border-color: rgb(243,41,179); }
td.TdClassName
{
border-color: #F329B3;
}
.TagClassName
{
border-color: #F329B3;
}
</style>