Shades of Spicy Pink #F31FBA
Tints of Spicy Pink #F31FBA
RGB
CMYK
RGB Variations
Color information
#F31FBA (or 0xF31FBA) is known color: Spicy Pink. HEX triplet: F3, 1F and BA. RGB value is (243,31,186). Sum of RGB (Red+Green+Blue) = 243+31+186=460 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.83% from 460); Green value is 31 (12.5% from 255 or 6.74% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 243 - color contains mainly: red. Hex color #F31FBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31FBA is #0CE045. Grayscale: #6F6F6F. Windows color (decimal): -843846 or 12197875. OLE color: 12197875.
HSL color Cylindrical-coordinate representation of color #F31FBA: hue angle of 316.13º 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 #F31FBA is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 31 | 186 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.05 |
| HSL | 316.13º | 0.9% | 0.54% | - |
| HSV(B) | 316.13º | 0.87% | 0.95% | - |
| XYZ | 46.32 | 23.58 | 48.56 | - |
| YUV | 112.06 | 169.74 | 221.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 31 | 186 | 0 | 0.87 | 0.23 | 0.05 | 316.13 | 0.9 | 0.54 |
| Hex | F3 | 1F | BA | 0 | 57 | 17 | 5 | 13C | 5A | 36 |
| Octal | 363 | 37 | 272 | 0 | 127 | 27 | 5 | 474 | 132 | 66 |
| Binary | 11110011 | 11111 | 10111010 | 0 | 1010111 | 10111 | 101 | 100111100 | 1011010 | 110110 |
Color Harmonies of #F31FBA
Complementary color
Monochromatic Colors of #F31FBA
Black with #F31FBA
Text Example
Text Example
White with #F31FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31FBA; }
p { color: rgb(243,31,186); }
H1.HeaderClassName
{
color: #F31FBA;
}
.AnyTagClassName
{
color: #F31FBA;
}
</style>
background-color css
<style>
a { background-color: #F31FBA; }
a { background-color: rgb(243,31,186); }
div.DivClassName
{
background-color: #F31FBA;
}
.BgClassName
{
background-color: #F31FBA;
}
</style>
border-color css
<style>
span { border-color: #F31FBA; }
span { border-color: rgb(243,31,186); }
td.TdClassName
{
border-color: #F31FBA;
}
.TagClassName
{
border-color: #F31FBA;
}
</style>