Shades of Spicy Pink #F325BA
Tints of Spicy Pink #F325BA
RGB
CMYK
RGB Variations
Color information
#F325BA (or 0xF325BA) is known color: Spicy Pink. HEX triplet: F3, 25 and BA. RGB value is (243,37,186). Sum of RGB (Red+Green+Blue) = 243+37+186=466 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.15% from 466); Green value is 37 (14.84% from 255 or 7.94% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 243 - color contains mainly: red. Hex color #F325BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F325BA is #0CDA45. Grayscale: #737373. Windows color (decimal): -842310 or 12199411. OLE color: 12199411.
HSL color Cylindrical-coordinate representation of color #F325BA: hue angle of 316.6º 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 #F325BA is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 37 | 186 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.05 |
| HSL | 316.6º | 0.9% | 0.55% | - |
| HSV(B) | 316.6º | 0.85% | 0.95% | - |
| XYZ | 46.49 | 23.92 | 48.62 | - |
| YUV | 115.58 | 167.75 | 218.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 37 | 186 | 0 | 0.85 | 0.23 | 0.05 | 316.6 | 0.9 | 0.55 |
| Hex | F3 | 25 | BA | 0 | 55 | 17 | 5 | 13D | 5A | 37 |
| Octal | 363 | 45 | 272 | 0 | 125 | 27 | 5 | 475 | 132 | 67 |
| Binary | 11110011 | 100101 | 10111010 | 0 | 1010101 | 10111 | 101 | 100111101 | 1011010 | 110111 |
Color Harmonies of #F325BA
Complementary color
Monochromatic Colors of #F325BA
Black with #F325BA
Text Example
Text Example
White with #F325BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F325BA; }
p { color: rgb(243,37,186); }
H1.HeaderClassName
{
color: #F325BA;
}
.AnyTagClassName
{
color: #F325BA;
}
</style>
background-color css
<style>
a { background-color: #F325BA; }
a { background-color: rgb(243,37,186); }
div.DivClassName
{
background-color: #F325BA;
}
.BgClassName
{
background-color: #F325BA;
}
</style>
border-color css
<style>
span { border-color: #F325BA; }
span { border-color: rgb(243,37,186); }
td.TdClassName
{
border-color: #F325BA;
}
.TagClassName
{
border-color: #F325BA;
}
</style>