Shades of Spicy Pink #F614AD
Tints of Spicy Pink #F614AD
RGB
CMYK
RGB Variations
Color information
#F614AD (or 0xF614AD) is known color: Spicy Pink. HEX triplet: F6, 14 and AD. RGB value is (246,20,173). Sum of RGB (Red+Green+Blue) = 246+20+173=439 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.04% from 439); Green value is 20 (8.20% from 255 or 4.56% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 246 - color contains mainly: red. Hex color #F614AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F614AD is #09EB52. Grayscale: #686868. Windows color (decimal): -650067 or 11343094. OLE color: 11343094.
HSL color Cylindrical-coordinate representation of color #F614AD: hue angle of 319.38º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F614AD is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 20 | 173 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.04 |
| HSL | 319.38º | 0.93% | 0.52% | - |
| HSV(B) | 319.38º | 0.92% | 0.96% | - |
| XYZ | 45.8 | 23.11 | 41.58 | - |
| YUV | 105.02 | 166.37 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 20 | 173 | 0 | 0.92 | 0.30 | 0.04 | 319.38 | 0.93 | 0.52 |
| Hex | F6 | 14 | AD | 0 | 5C | 1E | 4 | 13F | 5D | 34 |
| Octal | 366 | 24 | 255 | 0 | 134 | 36 | 4 | 477 | 135 | 64 |
| Binary | 11110110 | 10100 | 10101101 | 0 | 1011100 | 11110 | 100 | 100111111 | 1011101 | 110100 |
Color Harmonies of #F614AD
Complementary color
Monochromatic Colors of #F614AD
Black with #F614AD
Text Example
Text Example
White with #F614AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F614AD; }
p { color: rgb(246,20,173); }
H1.HeaderClassName
{
color: #F614AD;
}
.AnyTagClassName
{
color: #F614AD;
}
</style>
background-color css
<style>
a { background-color: #F614AD; }
a { background-color: rgb(246,20,173); }
div.DivClassName
{
background-color: #F614AD;
}
.BgClassName
{
background-color: #F614AD;
}
</style>
border-color css
<style>
span { border-color: #F614AD; }
span { border-color: rgb(246,20,173); }
td.TdClassName
{
border-color: #F614AD;
}
.TagClassName
{
border-color: #F614AD;
}
</style>