Shades of Spicy Pink #F323BC
Tints of Spicy Pink #F323BC
RGB
CMYK
RGB Variations
Color information
#F323BC (or 0xF323BC) is known color: Spicy Pink. HEX triplet: F3, 23 and BC. RGB value is (243,35,188). Sum of RGB (Red+Green+Blue) = 243+35+188=466 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.15% from 466); Green value is 35 (14.06% from 255 or 7.51% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 243 - color contains mainly: red. Hex color #F323BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F323BC is #0CDC43. Grayscale: #727272. Windows color (decimal): -842820 or 12329971. OLE color: 12329971.
HSL color Cylindrical-coordinate representation of color #F323BC: hue angle of 315.87º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F323BC is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 188 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.05 |
| HSL | 315.87º | 0.9% | 0.55% | - |
| HSV(B) | 315.87º | 0.86% | 0.95% | - |
| XYZ | 46.64 | 23.89 | 49.73 | - |
| YUV | 114.63 | 169.41 | 219.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 188 | 0 | 0.86 | 0.23 | 0.05 | 315.87 | 0.9 | 0.55 |
| Hex | F3 | 23 | BC | 0 | 56 | 17 | 5 | 13C | 5A | 37 |
| Octal | 363 | 43 | 274 | 0 | 126 | 27 | 5 | 474 | 132 | 67 |
| Binary | 11110011 | 100011 | 10111100 | 0 | 1010110 | 10111 | 101 | 100111100 | 1011010 | 110111 |
Color Harmonies of #F323BC
Complementary color
Monochromatic Colors of #F323BC
Black with #F323BC
Text Example
Text Example
White with #F323BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F323BC; }
p { color: rgb(243,35,188); }
H1.HeaderClassName
{
color: #F323BC;
}
.AnyTagClassName
{
color: #F323BC;
}
</style>
background-color css
<style>
a { background-color: #F323BC; }
a { background-color: rgb(243,35,188); }
div.DivClassName
{
background-color: #F323BC;
}
.BgClassName
{
background-color: #F323BC;
}
</style>
border-color css
<style>
span { border-color: #F323BC; }
span { border-color: rgb(243,35,188); }
td.TdClassName
{
border-color: #F323BC;
}
.TagClassName
{
border-color: #F323BC;
}
</style>