Shades of Spicy Pink #F320B4
Tints of Spicy Pink #F320B4
RGB
CMYK
RGB Variations
Color information
#F320B4 (or 0xF320B4) is known color: Spicy Pink. HEX triplet: F3, 20 and B4. RGB value is (243,32,180). Sum of RGB (Red+Green+Blue) = 243+32+180=455 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.41% from 455); Green value is 32 (12.89% from 255 or 7.03% from 455); Blue value is 180 (70.70% from 255 or 39.56% from 455); Max value from RGB is 243 - color contains mainly: red. Hex color #F320B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F320B4 is #0CDF4B. Grayscale: #6F6F6F. Windows color (decimal): -843596 or 11804915. OLE color: 11804915.
HSL color Cylindrical-coordinate representation of color #F320B4: hue angle of 317.91º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F320B4 is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 32 | 180 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.05 |
| HSL | 317.91º | 0.9% | 0.54% | - |
| HSV(B) | 317.91º | 0.87% | 0.95% | - |
| XYZ | 45.72 | 23.38 | 45.28 | - |
| YUV | 111.96 | 166.4 | 221.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 32 | 180 | 0 | 0.87 | 0.26 | 0.05 | 317.91 | 0.9 | 0.54 |
| Hex | F3 | 20 | B4 | 0 | 57 | 1A | 5 | 13E | 5A | 36 |
| Octal | 363 | 40 | 264 | 0 | 127 | 32 | 5 | 476 | 132 | 66 |
| Binary | 11110011 | 100000 | 10110100 | 0 | 1010111 | 11010 | 101 | 100111110 | 1011010 | 110110 |
Color Harmonies of #F320B4
Complementary color
Monochromatic Colors of #F320B4
Black with #F320B4
Text Example
Text Example
White with #F320B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F320B4; }
p { color: rgb(243,32,180); }
H1.HeaderClassName
{
color: #F320B4;
}
.AnyTagClassName
{
color: #F320B4;
}
</style>
background-color css
<style>
a { background-color: #F320B4; }
a { background-color: rgb(243,32,180); }
div.DivClassName
{
background-color: #F320B4;
}
.BgClassName
{
background-color: #F320B4;
}
</style>
border-color css
<style>
span { border-color: #F320B4; }
span { border-color: rgb(243,32,180); }
td.TdClassName
{
border-color: #F320B4;
}
.TagClassName
{
border-color: #F320B4;
}
</style>