Shades of Spicy Pink #F325B7
Tints of Spicy Pink #F325B7
RGB
CMYK
RGB Variations
Color information
#F325B7 (or 0xF325B7) is known color: Spicy Pink. HEX triplet: F3, 25 and B7. RGB value is (243,37,183). Sum of RGB (Red+Green+Blue) = 243+37+183=463 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.48% from 463); Green value is 37 (14.84% from 255 or 7.99% from 463); Blue value is 183 (71.88% from 255 or 39.52% from 463); Max value from RGB is 243 - color contains mainly: red. Hex color #F325B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F325B7 is #0CDA48. Grayscale: #727272. Windows color (decimal): -842313 or 12002803. OLE color: 12002803.
HSL color Cylindrical-coordinate representation of color #F325B7: hue angle of 317.48º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F325B7 is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 37 | 183 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.05 |
| HSL | 317.48º | 0.9% | 0.55% | - |
| HSV(B) | 317.48º | 0.85% | 0.95% | - |
| XYZ | 46.17 | 23.8 | 46.96 | - |
| YUV | 115.24 | 166.25 | 219.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 37 | 183 | 0 | 0.85 | 0.25 | 0.05 | 317.48 | 0.9 | 0.55 |
| Hex | F3 | 25 | B7 | 0 | 55 | 19 | 5 | 13D | 5A | 37 |
| Octal | 363 | 45 | 267 | 0 | 125 | 31 | 5 | 475 | 132 | 67 |
| Binary | 11110011 | 100101 | 10110111 | 0 | 1010101 | 11001 | 101 | 100111101 | 1011010 | 110111 |
Color Harmonies of #F325B7
Complementary color
Monochromatic Colors of #F325B7
Black with #F325B7
Text Example
Text Example
White with #F325B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F325B7; }
p { color: rgb(243,37,183); }
H1.HeaderClassName
{
color: #F325B7;
}
.AnyTagClassName
{
color: #F325B7;
}
</style>
background-color css
<style>
a { background-color: #F325B7; }
a { background-color: rgb(243,37,183); }
div.DivClassName
{
background-color: #F325B7;
}
.BgClassName
{
background-color: #F325B7;
}
</style>
border-color css
<style>
span { border-color: #F325B7; }
span { border-color: rgb(243,37,183); }
td.TdClassName
{
border-color: #F325B7;
}
.TagClassName
{
border-color: #F325B7;
}
</style>