Shades of Spicy Pink #F31BA7
Tints of Spicy Pink #F31BA7
RGB
CMYK
RGB Variations
Color information
#F31BA7 (or 0xF31BA7) is known color: Spicy Pink. HEX triplet: F3, 1B and A7. RGB value is (243,27,167). Sum of RGB (Red+Green+Blue) = 243+27+167=437 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.61% from 437); Green value is 27 (10.94% from 255 or 6.18% from 437); Blue value is 167 (65.62% from 255 or 38.22% from 437); Max value from RGB is 243 - color contains mainly: red. Hex color #F31BA7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31BA7 is #0CE458. Grayscale: #6B6B6B. Windows color (decimal): -844889 or 10951667. OLE color: 10951667.
HSL color Cylindrical-coordinate representation of color #F31BA7: hue angle of 321.11º 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 #F31BA7 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 27 | 167 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.05 |
| HSL | 321.11º | 0.9% | 0.53% | - |
| HSV(B) | 321.11º | 0.89% | 0.95% | - |
| XYZ | 44.33 | 22.63 | 38.59 | - |
| YUV | 107.54 | 161.56 | 224.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 27 | 167 | 0 | 0.89 | 0.31 | 0.05 | 321.11 | 0.9 | 0.53 |
| Hex | F3 | 1B | A7 | 0 | 59 | 1F | 5 | 141 | 5A | 35 |
| Octal | 363 | 33 | 247 | 0 | 131 | 37 | 5 | 501 | 132 | 65 |
| Binary | 11110011 | 11011 | 10100111 | 0 | 1011001 | 11111 | 101 | 101000001 | 1011010 | 110101 |
Color Harmonies of #F31BA7
Complementary color
Monochromatic Colors of #F31BA7
Black with #F31BA7
Text Example
Text Example
White with #F31BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31BA7; }
p { color: rgb(243,27,167); }
H1.HeaderClassName
{
color: #F31BA7;
}
.AnyTagClassName
{
color: #F31BA7;
}
</style>
background-color css
<style>
a { background-color: #F31BA7; }
a { background-color: rgb(243,27,167); }
div.DivClassName
{
background-color: #F31BA7;
}
.BgClassName
{
background-color: #F31BA7;
}
</style>
border-color css
<style>
span { border-color: #F31BA7; }
span { border-color: rgb(243,27,167); }
td.TdClassName
{
border-color: #F31BA7;
}
.TagClassName
{
border-color: #F31BA7;
}
</style>