Shades of Spicy Pink #F328B3
Tints of Spicy Pink #F328B3
RGB
CMYK
RGB Variations
Color information
#F328B3 (or 0xF328B3) is known color: Spicy Pink. HEX triplet: F3, 28 and B3. RGB value is (243,40,179). Sum of RGB (Red+Green+Blue) = 243+40+179=462 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.60% from 462); Green value is 40 (16.02% from 255 or 8.66% from 462); Blue value is 179 (70.31% from 255 or 38.74% from 462); Max value from RGB is 243 - color contains mainly: red. Hex color #F328B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F328B3 is #0CD74C. Grayscale: #747474. Windows color (decimal): -841549 or 11741427. OLE color: 11741427.
HSL color Cylindrical-coordinate representation of color #F328B3: hue angle of 318.92º 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 #F328B3 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 40 | 179 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.05 |
| HSL | 318.92º | 0.89% | 0.55% | - |
| HSV(B) | 318.92º | 0.84% | 0.95% | - |
| XYZ | 45.86 | 23.83 | 44.83 | - |
| YUV | 116.54 | 163.25 | 218.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 179 | 0 | 0.84 | 0.26 | 0.05 | 318.92 | 0.89 | 0.55 |
| Hex | F3 | 28 | B3 | 0 | 54 | 1A | 5 | 13F | 59 | 37 |
| Octal | 363 | 50 | 263 | 0 | 124 | 32 | 5 | 477 | 131 | 67 |
| Binary | 11110011 | 101000 | 10110011 | 0 | 1010100 | 11010 | 101 | 100111111 | 1011001 | 110111 |
Color Harmonies of #F328B3
Complementary color
Monochromatic Colors of #F328B3
Black with #F328B3
Text Example
Text Example
White with #F328B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F328B3; }
p { color: rgb(243,40,179); }
H1.HeaderClassName
{
color: #F328B3;
}
.AnyTagClassName
{
color: #F328B3;
}
</style>
background-color css
<style>
a { background-color: #F328B3; }
a { background-color: rgb(243,40,179); }
div.DivClassName
{
background-color: #F328B3;
}
.BgClassName
{
background-color: #F328B3;
}
</style>
border-color css
<style>
span { border-color: #F328B3; }
span { border-color: rgb(243,40,179); }
td.TdClassName
{
border-color: #F328B3;
}
.TagClassName
{
border-color: #F328B3;
}
</style>