Shades of Spicy Pink #F323B0
Tints of Spicy Pink #F323B0
RGB
CMYK
RGB Variations
Color information
#F323B0 (or 0xF323B0) is known color: Spicy Pink. HEX triplet: F3, 23 and B0. RGB value is (243,35,176). Sum of RGB (Red+Green+Blue) = 243+35+176=454 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.52% from 454); Green value is 35 (14.06% from 255 or 7.71% from 454); Blue value is 176 (69.14% from 255 or 38.77% from 454); Max value from RGB is 243 - color contains mainly: red. Hex color #F323B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F323B0 is #0CDC4F. Grayscale: #707070. Windows color (decimal): -842832 or 11543539. OLE color: 11543539.
HSL color Cylindrical-coordinate representation of color #F323B0: hue angle of 319.33º 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 #F323B0 is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 176 | - |
| CMYK | 0 | 0.86 | 0.28 | 0.05 |
| HSL | 319.33º | 0.9% | 0.55% | - |
| HSV(B) | 319.33º | 0.86% | 0.95% | - |
| XYZ | 45.4 | 23.39 | 43.2 | - |
| YUV | 113.27 | 163.41 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 176 | 0 | 0.86 | 0.28 | 0.05 | 319.33 | 0.9 | 0.55 |
| Hex | F3 | 23 | B0 | 0 | 56 | 1C | 5 | 13F | 5A | 37 |
| Octal | 363 | 43 | 260 | 0 | 126 | 34 | 5 | 477 | 132 | 67 |
| Binary | 11110011 | 100011 | 10110000 | 0 | 1010110 | 11100 | 101 | 100111111 | 1011010 | 110111 |
Color Harmonies of #F323B0
Complementary color
Monochromatic Colors of #F323B0
Black with #F323B0
Text Example
Text Example
White with #F323B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F323B0; }
p { color: rgb(243,35,176); }
H1.HeaderClassName
{
color: #F323B0;
}
.AnyTagClassName
{
color: #F323B0;
}
</style>
background-color css
<style>
a { background-color: #F323B0; }
a { background-color: rgb(243,35,176); }
div.DivClassName
{
background-color: #F323B0;
}
.BgClassName
{
background-color: #F323B0;
}
</style>
border-color css
<style>
span { border-color: #F323B0; }
span { border-color: rgb(243,35,176); }
td.TdClassName
{
border-color: #F323B0;
}
.TagClassName
{
border-color: #F323B0;
}
</style>