Shades of Spicy Pink #F328AF
Tints of Spicy Pink #F328AF
RGB
CMYK
RGB Variations
Color information
#F328AF (or 0xF328AF) is known color: Spicy Pink. HEX triplet: F3, 28 and AF. RGB value is (243,40,175). Sum of RGB (Red+Green+Blue) = 243+40+175=458 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.06% from 458); Green value is 40 (16.02% from 255 or 8.73% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 243 - color contains mainly: red. Hex color #F328AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F328AF is #0CD750. Grayscale: #737373. Windows color (decimal): -841553 or 11479283. OLE color: 11479283.
HSL color Cylindrical-coordinate representation of color #F328AF: hue angle of 320.1º 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 #F328AF is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 40 | 175 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.05 |
| HSL | 320.1º | 0.89% | 0.55% | - |
| HSV(B) | 320.1º | 0.84% | 0.95% | - |
| XYZ | 45.46 | 23.67 | 42.73 | - |
| YUV | 116.09 | 161.25 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 175 | 0 | 0.84 | 0.28 | 0.05 | 320.1 | 0.89 | 0.55 |
| Hex | F3 | 28 | AF | 0 | 54 | 1C | 5 | 140 | 59 | 37 |
| Octal | 363 | 50 | 257 | 0 | 124 | 34 | 5 | 500 | 131 | 67 |
| Binary | 11110011 | 101000 | 10101111 | 0 | 1010100 | 11100 | 101 | 101000000 | 1011001 | 110111 |
Color Harmonies of #F328AF
Complementary color
Monochromatic Colors of #F328AF
Black with #F328AF
Text Example
Text Example
White with #F328AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F328AF; }
p { color: rgb(243,40,175); }
H1.HeaderClassName
{
color: #F328AF;
}
.AnyTagClassName
{
color: #F328AF;
}
</style>
background-color css
<style>
a { background-color: #F328AF; }
a { background-color: rgb(243,40,175); }
div.DivClassName
{
background-color: #F328AF;
}
.BgClassName
{
background-color: #F328AF;
}
</style>
border-color css
<style>
span { border-color: #F328AF; }
span { border-color: rgb(243,40,175); }
td.TdClassName
{
border-color: #F328AF;
}
.TagClassName
{
border-color: #F328AF;
}
</style>