Shades of Spicy Pink #F31BA6
Tints of Spicy Pink #F31BA6
RGB
CMYK
RGB Variations
Color information
#F31BA6 (or 0xF31BA6) is known color: Spicy Pink. HEX triplet: F3, 1B and A6. RGB value is (243,27,166). Sum of RGB (Red+Green+Blue) = 243+27+166=436 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.73% from 436); Green value is 27 (10.94% from 255 or 6.19% from 436); Blue value is 166 (65.23% from 255 or 38.07% from 436); Max value from RGB is 243 - color contains mainly: red. Hex color #F31BA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31BA6 is #0CE459. Grayscale: #6B6B6B. Windows color (decimal): -844890 or 10886131. OLE color: 10886131.
HSL color Cylindrical-coordinate representation of color #F31BA6: hue angle of 321.39º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F31BA6 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 27 | 166 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.05 |
| HSL | 321.39º | 0.9% | 0.53% | - |
| HSV(B) | 321.39º | 0.89% | 0.95% | - |
| XYZ | 44.24 | 22.59 | 38.11 | - |
| YUV | 107.43 | 161.06 | 224.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 27 | 166 | 0 | 0.89 | 0.32 | 0.05 | 321.39 | 0.9 | 0.53 |
| Hex | F3 | 1B | A6 | 0 | 59 | 20 | 5 | 141 | 5A | 35 |
| Octal | 363 | 33 | 246 | 0 | 131 | 40 | 5 | 501 | 132 | 65 |
| Binary | 11110011 | 11011 | 10100110 | 0 | 1011001 | 100000 | 101 | 101000001 | 1011010 | 110101 |
Color Harmonies of #F31BA6
Complementary color
Monochromatic Colors of #F31BA6
Black with #F31BA6
Text Example
Text Example
White with #F31BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31BA6; }
p { color: rgb(243,27,166); }
H1.HeaderClassName
{
color: #F31BA6;
}
.AnyTagClassName
{
color: #F31BA6;
}
</style>
background-color css
<style>
a { background-color: #F31BA6; }
a { background-color: rgb(243,27,166); }
div.DivClassName
{
background-color: #F31BA6;
}
.BgClassName
{
background-color: #F31BA6;
}
</style>
border-color css
<style>
span { border-color: #F31BA6; }
span { border-color: rgb(243,27,166); }
td.TdClassName
{
border-color: #F31BA6;
}
.TagClassName
{
border-color: #F31BA6;
}
</style>