Shades of Spicy Pink #F325BD
Tints of Spicy Pink #F325BD
RGB
CMYK
RGB Variations
Color information
#F325BD (or 0xF325BD) is known color: Spicy Pink. HEX triplet: F3, 25 and BD. RGB value is (243,37,189). Sum of RGB (Red+Green+Blue) = 243+37+189=469 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.81% from 469); Green value is 37 (14.84% from 255 or 7.89% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 243 - color contains mainly: red. Hex color #F325BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F325BD is #0CDA42. Grayscale: #737373. Windows color (decimal): -842307 or 12396019. OLE color: 12396019.
HSL color Cylindrical-coordinate representation of color #F325BD: hue angle of 315.73º 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 #F325BD is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 37 | 189 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.05 |
| HSL | 315.73º | 0.9% | 0.55% | - |
| HSV(B) | 315.73º | 0.85% | 0.95% | - |
| XYZ | 46.81 | 24.05 | 50.32 | - |
| YUV | 115.92 | 169.25 | 218.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 37 | 189 | 0 | 0.85 | 0.22 | 0.05 | 315.73 | 0.9 | 0.55 |
| Hex | F3 | 25 | BD | 0 | 55 | 16 | 5 | 13C | 5A | 37 |
| Octal | 363 | 45 | 275 | 0 | 125 | 26 | 5 | 474 | 132 | 67 |
| Binary | 11110011 | 100101 | 10111101 | 0 | 1010101 | 10110 | 101 | 100111100 | 1011010 | 110111 |
Color Harmonies of #F325BD
Complementary color
Monochromatic Colors of #F325BD
Black with #F325BD
Text Example
Text Example
White with #F325BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F325BD; }
p { color: rgb(243,37,189); }
H1.HeaderClassName
{
color: #F325BD;
}
.AnyTagClassName
{
color: #F325BD;
}
</style>
background-color css
<style>
a { background-color: #F325BD; }
a { background-color: rgb(243,37,189); }
div.DivClassName
{
background-color: #F325BD;
}
.BgClassName
{
background-color: #F325BD;
}
</style>
border-color css
<style>
span { border-color: #F325BD; }
span { border-color: rgb(243,37,189); }
td.TdClassName
{
border-color: #F325BD;
}
.TagClassName
{
border-color: #F325BD;
}
</style>