Shades of Spicy Pink #F613AD
Tints of Spicy Pink #F613AD
RGB
CMYK
RGB Variations
Color information
#F613AD (or 0xF613AD) is known color: Spicy Pink. HEX triplet: F6, 13 and AD. RGB value is (246,19,173). Sum of RGB (Red+Green+Blue) = 246+19+173=438 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.16% from 438); Green value is 19 (7.81% from 255 or 4.34% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 246 - color contains mainly: red. Hex color #F613AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F613AD is #09EC52. Grayscale: #686868. Windows color (decimal): -650323 or 11342838. OLE color: 11342838.
HSL color Cylindrical-coordinate representation of color #F613AD: hue angle of 319.3º 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 #F613AD is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 19 | 173 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.04 |
| HSL | 319.3º | 0.93% | 0.52% | - |
| HSV(B) | 319.3º | 0.92% | 0.96% | - |
| XYZ | 45.78 | 23.08 | 41.58 | - |
| YUV | 104.43 | 166.71 | 228.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 19 | 173 | 0 | 0.92 | 0.30 | 0.04 | 319.3 | 0.93 | 0.52 |
| Hex | F6 | 13 | AD | 0 | 5C | 1E | 4 | 13F | 5D | 34 |
| Octal | 366 | 23 | 255 | 0 | 134 | 36 | 4 | 477 | 135 | 64 |
| Binary | 11110110 | 10011 | 10101101 | 0 | 1011100 | 11110 | 100 | 100111111 | 1011101 | 110100 |
Color Harmonies of #F613AD
Complementary color
Monochromatic Colors of #F613AD
Black with #F613AD
Text Example
Text Example
White with #F613AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F613AD; }
p { color: rgb(246,19,173); }
H1.HeaderClassName
{
color: #F613AD;
}
.AnyTagClassName
{
color: #F613AD;
}
</style>
background-color css
<style>
a { background-color: #F613AD; }
a { background-color: rgb(246,19,173); }
div.DivClassName
{
background-color: #F613AD;
}
.BgClassName
{
background-color: #F613AD;
}
</style>
border-color css
<style>
span { border-color: #F613AD; }
span { border-color: rgb(246,19,173); }
td.TdClassName
{
border-color: #F613AD;
}
.TagClassName
{
border-color: #F613AD;
}
</style>