Shades of Spicy Pink #F31BA5
Tints of Spicy Pink #F31BA5
RGB
CMYK
RGB Variations
Color information
#F31BA5 (or 0xF31BA5) is known color: Spicy Pink. HEX triplet: F3, 1B and A5. RGB value is (243,27,165). Sum of RGB (Red+Green+Blue) = 243+27+165=435 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.86% from 435); Green value is 27 (10.94% from 255 or 6.21% from 435); Blue value is 165 (64.84% from 255 or 37.93% from 435); Max value from RGB is 243 - color contains mainly: red. Hex color #F31BA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31BA5 is #0CE45A. Grayscale: #6A6A6A. Windows color (decimal): -844891 or 10820595. OLE color: 10820595.
HSL color Cylindrical-coordinate representation of color #F31BA5: hue angle of 321.67º 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 #F31BA5 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 27 | 165 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.05 |
| HSL | 321.67º | 0.9% | 0.53% | - |
| HSV(B) | 321.67º | 0.89% | 0.95% | - |
| XYZ | 44.15 | 22.56 | 37.62 | - |
| YUV | 107.32 | 160.56 | 224.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 27 | 165 | 0 | 0.89 | 0.32 | 0.05 | 321.67 | 0.9 | 0.53 |
| Hex | F3 | 1B | A5 | 0 | 59 | 20 | 5 | 142 | 5A | 35 |
| Octal | 363 | 33 | 245 | 0 | 131 | 40 | 5 | 502 | 132 | 65 |
| Binary | 11110011 | 11011 | 10100101 | 0 | 1011001 | 100000 | 101 | 101000010 | 1011010 | 110101 |
Color Harmonies of #F31BA5
Complementary color
Monochromatic Colors of #F31BA5
Black with #F31BA5
Text Example
Text Example
White with #F31BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31BA5; }
p { color: rgb(243,27,165); }
H1.HeaderClassName
{
color: #F31BA5;
}
.AnyTagClassName
{
color: #F31BA5;
}
</style>
background-color css
<style>
a { background-color: #F31BA5; }
a { background-color: rgb(243,27,165); }
div.DivClassName
{
background-color: #F31BA5;
}
.BgClassName
{
background-color: #F31BA5;
}
</style>
border-color css
<style>
span { border-color: #F31BA5; }
span { border-color: rgb(243,27,165); }
td.TdClassName
{
border-color: #F31BA5;
}
.TagClassName
{
border-color: #F31BA5;
}
</style>