Shades of Spicy Pink #F511A7
Tints of Spicy Pink #F511A7
RGB
CMYK
RGB Variations
Color information
#F511A7 (or 0xF511A7) is known color: Spicy Pink. HEX triplet: F5, 11 and A7. RGB value is (245,17,167). Sum of RGB (Red+Green+Blue) = 245+17+167=429 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.11% from 429); Green value is 17 (7.03% from 255 or 3.96% from 429); Blue value is 167 (65.62% from 255 or 38.93% from 429); Max value from RGB is 245 - color contains mainly: red. Hex color #F511A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F511A7 is #0AEE58. Grayscale: #656565. Windows color (decimal): -716377 or 10949109. OLE color: 10949109.
HSL color Cylindrical-coordinate representation of color #F511A7: hue angle of 320.53º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F511A7 is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 17 | 167 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.04 |
| HSL | 320.53º | 0.92% | 0.51% | - |
| HSV(B) | 320.53º | 0.93% | 0.96% | - |
| XYZ | 44.83 | 22.6 | 38.56 | - |
| YUV | 102.27 | 164.54 | 229.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 17 | 167 | 0 | 0.93 | 0.32 | 0.04 | 320.53 | 0.92 | 0.51 |
| Hex | F5 | 11 | A7 | 0 | 5D | 20 | 4 | 141 | 5C | 33 |
| Octal | 365 | 21 | 247 | 0 | 135 | 40 | 4 | 501 | 134 | 63 |
| Binary | 11110101 | 10001 | 10100111 | 0 | 1011101 | 100000 | 100 | 101000001 | 1011100 | 110011 |
Color Harmonies of #F511A7
Complementary color
Monochromatic Colors of #F511A7
Black with #F511A7
Text Example
Text Example
White with #F511A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F511A7; }
p { color: rgb(245,17,167); }
H1.HeaderClassName
{
color: #F511A7;
}
.AnyTagClassName
{
color: #F511A7;
}
</style>
background-color css
<style>
a { background-color: #F511A7; }
a { background-color: rgb(245,17,167); }
div.DivClassName
{
background-color: #F511A7;
}
.BgClassName
{
background-color: #F511A7;
}
</style>
border-color css
<style>
span { border-color: #F511A7; }
span { border-color: rgb(245,17,167); }
td.TdClassName
{
border-color: #F511A7;
}
.TagClassName
{
border-color: #F511A7;
}
</style>