Shades of Spicy Pink #F323BB
Tints of Spicy Pink #F323BB
RGB
CMYK
RGB Variations
Color information
#F323BB (or 0xF323BB) is known color: Spicy Pink. HEX triplet: F3, 23 and BB. RGB value is (243,35,187). Sum of RGB (Red+Green+Blue) = 243+35+187=465 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.26% from 465); Green value is 35 (14.06% from 255 or 7.53% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 243 - color contains mainly: red. Hex color #F323BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F323BB is #0CDC44. Grayscale: #727272. Windows color (decimal): -842821 or 12264435. OLE color: 12264435.
HSL color Cylindrical-coordinate representation of color #F323BB: hue angle of 316.15º 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 #F323BB is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 187 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.05 |
| HSL | 316.15º | 0.9% | 0.55% | - |
| HSV(B) | 316.15º | 0.86% | 0.95% | - |
| XYZ | 46.53 | 23.84 | 49.16 | - |
| YUV | 114.52 | 168.91 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 187 | 0 | 0.86 | 0.23 | 0.05 | 316.15 | 0.9 | 0.55 |
| Hex | F3 | 23 | BB | 0 | 56 | 17 | 5 | 13C | 5A | 37 |
| Octal | 363 | 43 | 273 | 0 | 126 | 27 | 5 | 474 | 132 | 67 |
| Binary | 11110011 | 100011 | 10111011 | 0 | 1010110 | 10111 | 101 | 100111100 | 1011010 | 110111 |
Color Harmonies of #F323BB
Complementary color
Monochromatic Colors of #F323BB
Black with #F323BB
Text Example
Text Example
White with #F323BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F323BB; }
p { color: rgb(243,35,187); }
H1.HeaderClassName
{
color: #F323BB;
}
.AnyTagClassName
{
color: #F323BB;
}
</style>
background-color css
<style>
a { background-color: #F323BB; }
a { background-color: rgb(243,35,187); }
div.DivClassName
{
background-color: #F323BB;
}
.BgClassName
{
background-color: #F323BB;
}
</style>
border-color css
<style>
span { border-color: #F323BB; }
span { border-color: rgb(243,35,187); }
td.TdClassName
{
border-color: #F323BB;
}
.TagClassName
{
border-color: #F323BB;
}
</style>