Shades of Spicy Pink #F512A6
Tints of Spicy Pink #F512A6
RGB
CMYK
RGB Variations
Color information
#F512A6 (or 0xF512A6) is known color: Spicy Pink. HEX triplet: F5, 12 and A6. RGB value is (245,18,166). Sum of RGB (Red+Green+Blue) = 245+18+166=429 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.11% from 429); Green value is 18 (7.42% from 255 or 4.20% from 429); Blue value is 166 (65.23% from 255 or 38.69% from 429); Max value from RGB is 245 - color contains mainly: red. Hex color #F512A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F512A6 is #0AED59. Grayscale: #666666. Windows color (decimal): -716122 or 10883829. OLE color: 10883829.
HSL color Cylindrical-coordinate representation of color #F512A6: hue angle of 320.88º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F512A6 is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 18 | 166 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.04 |
| HSL | 320.88º | 0.92% | 0.52% | - |
| HSV(B) | 320.88º | 0.93% | 0.96% | - |
| XYZ | 44.76 | 22.6 | 38.08 | - |
| YUV | 102.75 | 163.71 | 229.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 18 | 166 | 0 | 0.93 | 0.32 | 0.04 | 320.88 | 0.92 | 0.52 |
| Hex | F5 | 12 | A6 | 0 | 5D | 20 | 4 | 141 | 5C | 34 |
| Octal | 365 | 22 | 246 | 0 | 135 | 40 | 4 | 501 | 134 | 64 |
| Binary | 11110101 | 10010 | 10100110 | 0 | 1011101 | 100000 | 100 | 101000001 | 1011100 | 110100 |
Color Harmonies of #F512A6
Complementary color
Monochromatic Colors of #F512A6
Black with #F512A6
Text Example
Text Example
White with #F512A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F512A6; }
p { color: rgb(245,18,166); }
H1.HeaderClassName
{
color: #F512A6;
}
.AnyTagClassName
{
color: #F512A6;
}
</style>
background-color css
<style>
a { background-color: #F512A6; }
a { background-color: rgb(245,18,166); }
div.DivClassName
{
background-color: #F512A6;
}
.BgClassName
{
background-color: #F512A6;
}
</style>
border-color css
<style>
span { border-color: #F512A6; }
span { border-color: rgb(245,18,166); }
td.TdClassName
{
border-color: #F512A6;
}
.TagClassName
{
border-color: #F512A6;
}
</style>