Shades of Spicy Pink #F326BA
Tints of Spicy Pink #F326BA
RGB
CMYK
RGB Variations
Color information
#F326BA (or 0xF326BA) is known color: Spicy Pink. HEX triplet: F3, 26 and BA. RGB value is (243,38,186). Sum of RGB (Red+Green+Blue) = 243+38+186=467 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.03% from 467); Green value is 38 (15.23% from 255 or 8.14% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 243 - color contains mainly: red. Hex color #F326BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F326BA is #0CD945. Grayscale: #737373. Windows color (decimal): -842054 or 12199667. OLE color: 12199667.
HSL color Cylindrical-coordinate representation of color #F326BA: hue angle of 316.68º degrees, saturation: 0.9, 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 #F326BA is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 38 | 186 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.05 |
| HSL | 316.68º | 0.9% | 0.55% | - |
| HSV(B) | 316.68º | 0.84% | 0.95% | - |
| XYZ | 46.52 | 23.99 | 48.63 | - |
| YUV | 116.17 | 167.42 | 218.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 38 | 186 | 0 | 0.84 | 0.23 | 0.05 | 316.68 | 0.9 | 0.55 |
| Hex | F3 | 26 | BA | 0 | 54 | 17 | 5 | 13D | 5A | 37 |
| Octal | 363 | 46 | 272 | 0 | 124 | 27 | 5 | 475 | 132 | 67 |
| Binary | 11110011 | 100110 | 10111010 | 0 | 1010100 | 10111 | 101 | 100111101 | 1011010 | 110111 |
Color Harmonies of #F326BA
Complementary color
Monochromatic Colors of #F326BA
Black with #F326BA
Text Example
Text Example
White with #F326BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F326BA; }
p { color: rgb(243,38,186); }
H1.HeaderClassName
{
color: #F326BA;
}
.AnyTagClassName
{
color: #F326BA;
}
</style>
background-color css
<style>
a { background-color: #F326BA; }
a { background-color: rgb(243,38,186); }
div.DivClassName
{
background-color: #F326BA;
}
.BgClassName
{
background-color: #F326BA;
}
</style>
border-color css
<style>
span { border-color: #F326BA; }
span { border-color: rgb(243,38,186); }
td.TdClassName
{
border-color: #F326BA;
}
.TagClassName
{
border-color: #F326BA;
}
</style>