Shades of Spicy Pink #F610A7
Tints of Spicy Pink #F610A7
RGB
CMYK
RGB Variations
Color information
#F610A7 (or 0xF610A7) is known color: Spicy Pink. HEX triplet: F6, 10 and A7. RGB value is (246,16,167). Sum of RGB (Red+Green+Blue) = 246+16+167=429 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.34% from 429); Green value is 16 (6.64% from 255 or 3.73% from 429); Blue value is 167 (65.62% from 255 or 38.93% from 429); Max value from RGB is 246 - color contains mainly: red. Hex color #F610A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F610A7 is #09EF58. Grayscale: #656565. Windows color (decimal): -651097 or 10948854. OLE color: 10948854.
HSL color Cylindrical-coordinate representation of color #F610A7: hue angle of 320.61º degrees, saturation: 0.93, 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 #F610A7 is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 16 | 167 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.04 |
| HSL | 320.61º | 0.93% | 0.51% | - |
| HSV(B) | 320.61º | 0.93% | 0.96% | - |
| XYZ | 45.17 | 22.75 | 38.57 | - |
| YUV | 101.98 | 164.7 | 230.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 16 | 167 | 0 | 0.93 | 0.32 | 0.04 | 320.61 | 0.93 | 0.51 |
| Hex | F6 | 10 | A7 | 0 | 5D | 20 | 4 | 141 | 5D | 33 |
| Octal | 366 | 20 | 247 | 0 | 135 | 40 | 4 | 501 | 135 | 63 |
| Binary | 11110110 | 10000 | 10100111 | 0 | 1011101 | 100000 | 100 | 101000001 | 1011101 | 110011 |
Color Harmonies of #F610A7
Complementary color
Monochromatic Colors of #F610A7
Black with #F610A7
Text Example
Text Example
White with #F610A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F610A7; }
p { color: rgb(246,16,167); }
H1.HeaderClassName
{
color: #F610A7;
}
.AnyTagClassName
{
color: #F610A7;
}
</style>
background-color css
<style>
a { background-color: #F610A7; }
a { background-color: rgb(246,16,167); }
div.DivClassName
{
background-color: #F610A7;
}
.BgClassName
{
background-color: #F610A7;
}
</style>
border-color css
<style>
span { border-color: #F610A7; }
span { border-color: rgb(246,16,167); }
td.TdClassName
{
border-color: #F610A7;
}
.TagClassName
{
border-color: #F610A7;
}
</style>