Shades of Spicy Pink #F612AB
Tints of Spicy Pink #F612AB
RGB
CMYK
RGB Variations
Color information
#F612AB (or 0xF612AB) is known color: Spicy Pink. HEX triplet: F6, 12 and AB. RGB value is (246,18,171). Sum of RGB (Red+Green+Blue) = 246+18+171=435 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.55% from 435); Green value is 18 (7.42% from 255 or 4.14% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 246 - color contains mainly: red. Hex color #F612AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F612AB is #09ED54. Grayscale: #676767. Windows color (decimal): -650581 or 11211510. OLE color: 11211510.
HSL color Cylindrical-coordinate representation of color #F612AB: hue angle of 319.74º degrees, saturation: 0.93, 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 #F612AB is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 18 | 171 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.04 |
| HSL | 319.74º | 0.93% | 0.52% | - |
| HSV(B) | 319.74º | 0.93% | 0.96% | - |
| XYZ | 45.57 | 22.97 | 40.56 | - |
| YUV | 103.61 | 166.04 | 229.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 18 | 171 | 0 | 0.93 | 0.30 | 0.04 | 319.74 | 0.93 | 0.52 |
| Hex | F6 | 12 | AB | 0 | 5D | 1E | 4 | 140 | 5D | 34 |
| Octal | 366 | 22 | 253 | 0 | 135 | 36 | 4 | 500 | 135 | 64 |
| Binary | 11110110 | 10010 | 10101011 | 0 | 1011101 | 11110 | 100 | 101000000 | 1011101 | 110100 |
Color Harmonies of #F612AB
Complementary color
Monochromatic Colors of #F612AB
Black with #F612AB
Text Example
Text Example
White with #F612AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F612AB; }
p { color: rgb(246,18,171); }
H1.HeaderClassName
{
color: #F612AB;
}
.AnyTagClassName
{
color: #F612AB;
}
</style>
background-color css
<style>
a { background-color: #F612AB; }
a { background-color: rgb(246,18,171); }
div.DivClassName
{
background-color: #F612AB;
}
.BgClassName
{
background-color: #F612AB;
}
</style>
border-color css
<style>
span { border-color: #F612AB; }
span { border-color: rgb(246,18,171); }
td.TdClassName
{
border-color: #F612AB;
}
.TagClassName
{
border-color: #F612AB;
}
</style>