Shades of Spicy Pink #F615AD
Tints of Spicy Pink #F615AD
RGB
CMYK
RGB Variations
Color information
#F615AD (or 0xF615AD) is known color: Spicy Pink. HEX triplet: F6, 15 and AD. RGB value is (246,21,173). Sum of RGB (Red+Green+Blue) = 246+21+173=440 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.91% from 440); Green value is 21 (8.59% from 255 or 4.77% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 246 - color contains mainly: red. Hex color #F615AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F615AD is #09EA52. Grayscale: #696969. Windows color (decimal): -649811 or 11343350. OLE color: 11343350.
HSL color Cylindrical-coordinate representation of color #F615AD: hue angle of 319.47º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F615AD is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 21 | 173 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.04 |
| HSL | 319.47º | 0.93% | 0.52% | - |
| HSV(B) | 319.47º | 0.91% | 0.96% | - |
| XYZ | 45.82 | 23.15 | 41.59 | - |
| YUV | 105.6 | 166.04 | 228.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 21 | 173 | 0 | 0.91 | 0.30 | 0.04 | 319.47 | 0.93 | 0.52 |
| Hex | F6 | 15 | AD | 0 | 5B | 1E | 4 | 13F | 5D | 34 |
| Octal | 366 | 25 | 255 | 0 | 133 | 36 | 4 | 477 | 135 | 64 |
| Binary | 11110110 | 10101 | 10101101 | 0 | 1011011 | 11110 | 100 | 100111111 | 1011101 | 110100 |
Color Harmonies of #F615AD
Complementary color
Monochromatic Colors of #F615AD
Black with #F615AD
Text Example
Text Example
White with #F615AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F615AD; }
p { color: rgb(246,21,173); }
H1.HeaderClassName
{
color: #F615AD;
}
.AnyTagClassName
{
color: #F615AD;
}
</style>
background-color css
<style>
a { background-color: #F615AD; }
a { background-color: rgb(246,21,173); }
div.DivClassName
{
background-color: #F615AD;
}
.BgClassName
{
background-color: #F615AD;
}
</style>
border-color css
<style>
span { border-color: #F615AD; }
span { border-color: rgb(246,21,173); }
td.TdClassName
{
border-color: #F615AD;
}
.TagClassName
{
border-color: #F615AD;
}
</style>