Shades of Spicy Pink #F322BC
Tints of Spicy Pink #F322BC
RGB
CMYK
RGB Variations
Color information
#F322BC (or 0xF322BC) is known color: Spicy Pink. HEX triplet: F3, 22 and BC. RGB value is (243,34,188). Sum of RGB (Red+Green+Blue) = 243+34+188=465 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.26% from 465); Green value is 34 (13.67% from 255 or 7.31% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 243 - color contains mainly: red. Hex color #F322BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F322BC is #0CDD43. Grayscale: #717171. Windows color (decimal): -843076 or 12329715. OLE color: 12329715.
HSL color Cylindrical-coordinate representation of color #F322BC: hue angle of 315.79º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F322BC is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 34 | 188 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.05 |
| HSL | 315.79º | 0.9% | 0.54% | - |
| HSV(B) | 315.79º | 0.86% | 0.95% | - |
| XYZ | 46.61 | 23.83 | 49.72 | - |
| YUV | 114.05 | 169.74 | 219.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 34 | 188 | 0 | 0.86 | 0.23 | 0.05 | 315.79 | 0.9 | 0.54 |
| Hex | F3 | 22 | BC | 0 | 56 | 17 | 5 | 13C | 5A | 36 |
| Octal | 363 | 42 | 274 | 0 | 126 | 27 | 5 | 474 | 132 | 66 |
| Binary | 11110011 | 100010 | 10111100 | 0 | 1010110 | 10111 | 101 | 100111100 | 1011010 | 110110 |
Color Harmonies of #F322BC
Complementary color
Monochromatic Colors of #F322BC
Black with #F322BC
Text Example
Text Example
White with #F322BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F322BC; }
p { color: rgb(243,34,188); }
H1.HeaderClassName
{
color: #F322BC;
}
.AnyTagClassName
{
color: #F322BC;
}
</style>
background-color css
<style>
a { background-color: #F322BC; }
a { background-color: rgb(243,34,188); }
div.DivClassName
{
background-color: #F322BC;
}
.BgClassName
{
background-color: #F322BC;
}
</style>
border-color css
<style>
span { border-color: #F322BC; }
span { border-color: rgb(243,34,188); }
td.TdClassName
{
border-color: #F322BC;
}
.TagClassName
{
border-color: #F322BC;
}
</style>