Shades of Spicy Pink #F31FB0
Tints of Spicy Pink #F31FB0
RGB
CMYK
RGB Variations
Color information
#F31FB0 (or 0xF31FB0) is known color: Spicy Pink. HEX triplet: F3, 1F and B0. RGB value is (243,31,176). Sum of RGB (Red+Green+Blue) = 243+31+176=450 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54% from 450); Green value is 31 (12.5% from 255 or 6.89% from 450); Blue value is 176 (69.14% from 255 or 39.11% from 450); Max value from RGB is 243 - color contains mainly: red. Hex color #F31FB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31FB0 is #0CE04F. Grayscale: #6E6E6E. Windows color (decimal): -843856 or 11542515. OLE color: 11542515.
HSL color Cylindrical-coordinate representation of color #F31FB0: hue angle of 318.96º 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 #F31FB0 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 31 | 176 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.05 |
| HSL | 318.96º | 0.9% | 0.54% | - |
| HSV(B) | 318.96º | 0.87% | 0.95% | - |
| XYZ | 45.29 | 23.17 | 43.16 | - |
| YUV | 110.92 | 164.74 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 31 | 176 | 0 | 0.87 | 0.28 | 0.05 | 318.96 | 0.9 | 0.54 |
| Hex | F3 | 1F | B0 | 0 | 57 | 1C | 5 | 13F | 5A | 36 |
| Octal | 363 | 37 | 260 | 0 | 127 | 34 | 5 | 477 | 132 | 66 |
| Binary | 11110011 | 11111 | 10110000 | 0 | 1010111 | 11100 | 101 | 100111111 | 1011010 | 110110 |
Color Harmonies of #F31FB0
Complementary color
Monochromatic Colors of #F31FB0
Black with #F31FB0
Text Example
Text Example
White with #F31FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31FB0; }
p { color: rgb(243,31,176); }
H1.HeaderClassName
{
color: #F31FB0;
}
.AnyTagClassName
{
color: #F31FB0;
}
</style>
background-color css
<style>
a { background-color: #F31FB0; }
a { background-color: rgb(243,31,176); }
div.DivClassName
{
background-color: #F31FB0;
}
.BgClassName
{
background-color: #F31FB0;
}
</style>
border-color css
<style>
span { border-color: #F31FB0; }
span { border-color: rgb(243,31,176); }
td.TdClassName
{
border-color: #F31FB0;
}
.TagClassName
{
border-color: #F31FB0;
}
</style>