Shades of Spicy Pink #F610AB
Tints of Spicy Pink #F610AB
RGB
CMYK
RGB Variations
Color information
#F610AB (or 0xF610AB) is known color: Spicy Pink. HEX triplet: F6, 10 and AB. RGB value is (246,16,171). Sum of RGB (Red+Green+Blue) = 246+16+171=433 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.81% from 433); Green value is 16 (6.64% from 255 or 3.70% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 246 - color contains mainly: red. Hex color #F610AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F610AB is #09EF54. Grayscale: #666666. Windows color (decimal): -651093 or 11210998. OLE color: 11210998.
HSL color Cylindrical-coordinate representation of color #F610AB: hue angle of 319.57º 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 #F610AB is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 16 | 171 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.04 |
| HSL | 319.57º | 0.93% | 0.51% | - |
| HSV(B) | 319.57º | 0.93% | 0.96% | - |
| XYZ | 45.54 | 22.9 | 40.55 | - |
| YUV | 102.44 | 166.7 | 230.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 16 | 171 | 0 | 0.93 | 0.30 | 0.04 | 319.57 | 0.93 | 0.51 |
| Hex | F6 | 10 | AB | 0 | 5D | 1E | 4 | 140 | 5D | 33 |
| Octal | 366 | 20 | 253 | 0 | 135 | 36 | 4 | 500 | 135 | 63 |
| Binary | 11110110 | 10000 | 10101011 | 0 | 1011101 | 11110 | 100 | 101000000 | 1011101 | 110011 |
Color Harmonies of #F610AB
Complementary color
Monochromatic Colors of #F610AB
Black with #F610AB
Text Example
Text Example
White with #F610AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F610AB; }
p { color: rgb(246,16,171); }
H1.HeaderClassName
{
color: #F610AB;
}
.AnyTagClassName
{
color: #F610AB;
}
</style>
background-color css
<style>
a { background-color: #F610AB; }
a { background-color: rgb(246,16,171); }
div.DivClassName
{
background-color: #F610AB;
}
.BgClassName
{
background-color: #F610AB;
}
</style>
border-color css
<style>
span { border-color: #F610AB; }
span { border-color: rgb(246,16,171); }
td.TdClassName
{
border-color: #F610AB;
}
.TagClassName
{
border-color: #F610AB;
}
</style>