Shades of Spicy Pink #F325AD
Tints of Spicy Pink #F325AD
RGB
CMYK
RGB Variations
Color information
#F325AD (or 0xF325AD) is known color: Spicy Pink. HEX triplet: F3, 25 and AD. RGB value is (243,37,173). Sum of RGB (Red+Green+Blue) = 243+37+173=453 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.64% from 453); Green value is 37 (14.84% from 255 or 8.17% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 243 - color contains mainly: red. Hex color #F325AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F325AD is #0CDA52. Grayscale: #717171. Windows color (decimal): -842323 or 11347443. OLE color: 11347443.
HSL color Cylindrical-coordinate representation of color #F325AD: hue angle of 320.39º 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 #F325AD is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 37 | 173 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.05 |
| HSL | 320.39º | 0.9% | 0.55% | - |
| HSV(B) | 320.39º | 0.85% | 0.95% | - |
| XYZ | 45.17 | 23.39 | 41.67 | - |
| YUV | 114.1 | 161.25 | 219.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 37 | 173 | 0 | 0.85 | 0.29 | 0.05 | 320.39 | 0.9 | 0.55 |
| Hex | F3 | 25 | AD | 0 | 55 | 1D | 5 | 140 | 5A | 37 |
| Octal | 363 | 45 | 255 | 0 | 125 | 35 | 5 | 500 | 132 | 67 |
| Binary | 11110011 | 100101 | 10101101 | 0 | 1010101 | 11101 | 101 | 101000000 | 1011010 | 110111 |
Color Harmonies of #F325AD
Complementary color
Monochromatic Colors of #F325AD
Black with #F325AD
Text Example
Text Example
White with #F325AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F325AD; }
p { color: rgb(243,37,173); }
H1.HeaderClassName
{
color: #F325AD;
}
.AnyTagClassName
{
color: #F325AD;
}
</style>
background-color css
<style>
a { background-color: #F325AD; }
a { background-color: rgb(243,37,173); }
div.DivClassName
{
background-color: #F325AD;
}
.BgClassName
{
background-color: #F325AD;
}
</style>
border-color css
<style>
span { border-color: #F325AD; }
span { border-color: rgb(243,37,173); }
td.TdClassName
{
border-color: #F325AD;
}
.TagClassName
{
border-color: #F325AD;
}
</style>