Shades of Spicy Pink #F51FAC
Tints of Spicy Pink #F51FAC
RGB
CMYK
RGB Variations
Color information
#F51FAC (or 0xF51FAC) is known color: Spicy Pink. HEX triplet: F5, 1F and AC. RGB value is (245,31,172). Sum of RGB (Red+Green+Blue) = 245+31+172=448 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.69% from 448); Green value is 31 (12.5% from 255 or 6.92% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 245 - color contains mainly: red. Hex color #F51FAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F51FAC is #0AE053. Grayscale: #6E6E6E. Windows color (decimal): -712788 or 11280373. OLE color: 11280373.
HSL color Cylindrical-coordinate representation of color #F51FAC: hue angle of 320.47º 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 #F51FAC is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 31 | 172 | - |
| CMYK | 0 | 0.87 | 0.30 | 0.04 |
| HSL | 320.47º | 0.91% | 0.54% | - |
| HSV(B) | 320.47º | 0.87% | 0.96% | - |
| XYZ | 45.59 | 23.37 | 41.14 | - |
| YUV | 111.06 | 162.4 | 223.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 31 | 172 | 0 | 0.87 | 0.30 | 0.04 | 320.47 | 0.91 | 0.54 |
| Hex | F5 | 1F | AC | 0 | 57 | 1E | 4 | 140 | 5B | 36 |
| Octal | 365 | 37 | 254 | 0 | 127 | 36 | 4 | 500 | 133 | 66 |
| Binary | 11110101 | 11111 | 10101100 | 0 | 1010111 | 11110 | 100 | 101000000 | 1011011 | 110110 |
Color Harmonies of #F51FAC
Complementary color
Monochromatic Colors of #F51FAC
Black with #F51FAC
Text Example
Text Example
White with #F51FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51FAC; }
p { color: rgb(245,31,172); }
H1.HeaderClassName
{
color: #F51FAC;
}
.AnyTagClassName
{
color: #F51FAC;
}
</style>
background-color css
<style>
a { background-color: #F51FAC; }
a { background-color: rgb(245,31,172); }
div.DivClassName
{
background-color: #F51FAC;
}
.BgClassName
{
background-color: #F51FAC;
}
</style>
border-color css
<style>
span { border-color: #F51FAC; }
span { border-color: rgb(245,31,172); }
td.TdClassName
{
border-color: #F51FAC;
}
.TagClassName
{
border-color: #F51FAC;
}
</style>