Shades of Spicy Pink #F328B5
Tints of Spicy Pink #F328B5
RGB
CMYK
RGB Variations
Color information
#F328B5 (or 0xF328B5) is known color: Spicy Pink. HEX triplet: F3, 28 and B5. RGB value is (243,40,181). Sum of RGB (Red+Green+Blue) = 243+40+181=464 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.37% from 464); Green value is 40 (16.02% from 255 or 8.62% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 243 - color contains mainly: red. Hex color #F328B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F328B5 is #0CD74A. Grayscale: #747474. Windows color (decimal): -841547 or 11872499. OLE color: 11872499.
HSL color Cylindrical-coordinate representation of color #F328B5: hue angle of 318.33º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F328B5 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 40 | 181 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.05 |
| HSL | 318.33º | 0.89% | 0.55% | - |
| HSV(B) | 318.33º | 0.84% | 0.95% | - |
| XYZ | 46.06 | 23.91 | 45.9 | - |
| YUV | 116.77 | 164.25 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 181 | 0 | 0.84 | 0.26 | 0.05 | 318.33 | 0.89 | 0.55 |
| Hex | F3 | 28 | B5 | 0 | 54 | 1A | 5 | 13E | 59 | 37 |
| Octal | 363 | 50 | 265 | 0 | 124 | 32 | 5 | 476 | 131 | 67 |
| Binary | 11110011 | 101000 | 10110101 | 0 | 1010100 | 11010 | 101 | 100111110 | 1011001 | 110111 |
Color Harmonies of #F328B5
Complementary color
Monochromatic Colors of #F328B5
Black with #F328B5
Text Example
Text Example
White with #F328B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F328B5; }
p { color: rgb(243,40,181); }
H1.HeaderClassName
{
color: #F328B5;
}
.AnyTagClassName
{
color: #F328B5;
}
</style>
background-color css
<style>
a { background-color: #F328B5; }
a { background-color: rgb(243,40,181); }
div.DivClassName
{
background-color: #F328B5;
}
.BgClassName
{
background-color: #F328B5;
}
</style>
border-color css
<style>
span { border-color: #F328B5; }
span { border-color: rgb(243,40,181); }
td.TdClassName
{
border-color: #F328B5;
}
.TagClassName
{
border-color: #F328B5;
}
</style>