Shades of Spicy Pink #F51FBA
Tints of Spicy Pink #F51FBA
RGB
CMYK
RGB Variations
Color information
#F51FBA (or 0xF51FBA) is known color: Spicy Pink. HEX triplet: F5, 1F and BA. RGB value is (245,31,186). Sum of RGB (Red+Green+Blue) = 245+31+186=462 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.03% from 462); Green value is 31 (12.5% from 255 or 6.71% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 245 - color contains mainly: red. Hex color #F51FBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51FBA is #0AE045. Grayscale: #707070. Windows color (decimal): -712774 or 12197877. OLE color: 12197877.
HSL color Cylindrical-coordinate representation of color #F51FBA: hue angle of 316.54º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F51FBA is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 31 | 186 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.04 |
| HSL | 316.54º | 0.91% | 0.54% | - |
| HSV(B) | 316.54º | 0.87% | 0.96% | - |
| XYZ | 47.01 | 23.94 | 48.6 | - |
| YUV | 112.66 | 169.4 | 222.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 31 | 186 | 0 | 0.87 | 0.24 | 0.04 | 316.54 | 0.91 | 0.54 |
| Hex | F5 | 1F | BA | 0 | 57 | 18 | 4 | 13D | 5B | 36 |
| Octal | 365 | 37 | 272 | 0 | 127 | 30 | 4 | 475 | 133 | 66 |
| Binary | 11110101 | 11111 | 10111010 | 0 | 1010111 | 11000 | 100 | 100111101 | 1011011 | 110110 |
Color Harmonies of #F51FBA
Complementary color
Monochromatic Colors of #F51FBA
Black with #F51FBA
Text Example
Text Example
White with #F51FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51FBA; }
p { color: rgb(245,31,186); }
H1.HeaderClassName
{
color: #F51FBA;
}
.AnyTagClassName
{
color: #F51FBA;
}
</style>
background-color css
<style>
a { background-color: #F51FBA; }
a { background-color: rgb(245,31,186); }
div.DivClassName
{
background-color: #F51FBA;
}
.BgClassName
{
background-color: #F51FBA;
}
</style>
border-color css
<style>
span { border-color: #F51FBA; }
span { border-color: rgb(245,31,186); }
td.TdClassName
{
border-color: #F51FBA;
}
.TagClassName
{
border-color: #F51FBA;
}
</style>