Shades of Spicy Pink #F613B1
Tints of Spicy Pink #F613B1
RGB
CMYK
RGB Variations
Color information
#F613B1 (or 0xF613B1) is known color: Spicy Pink. HEX triplet: F6, 13 and B1. RGB value is (246,19,177). Sum of RGB (Red+Green+Blue) = 246+19+177=442 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.66% from 442); Green value is 19 (7.81% from 255 or 4.30% from 442); Blue value is 177 (69.53% from 255 or 40.05% from 442); Max value from RGB is 246 - color contains mainly: red. Hex color #F613B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F613B1 is #09EC4E. Grayscale: #686868. Windows color (decimal): -650319 or 11604982. OLE color: 11604982.
HSL color Cylindrical-coordinate representation of color #F613B1: hue angle of 318.24º 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 #F613B1 is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 19 | 177 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.04 |
| HSL | 318.24º | 0.93% | 0.52% | - |
| HSV(B) | 318.24º | 0.92% | 0.96% | - |
| XYZ | 46.17 | 23.23 | 43.65 | - |
| YUV | 104.89 | 168.71 | 228.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 19 | 177 | 0 | 0.92 | 0.28 | 0.04 | 318.24 | 0.93 | 0.52 |
| Hex | F6 | 13 | B1 | 0 | 5C | 1C | 4 | 13E | 5D | 34 |
| Octal | 366 | 23 | 261 | 0 | 134 | 34 | 4 | 476 | 135 | 64 |
| Binary | 11110110 | 10011 | 10110001 | 0 | 1011100 | 11100 | 100 | 100111110 | 1011101 | 110100 |
Color Harmonies of #F613B1
Complementary color
Monochromatic Colors of #F613B1
Black with #F613B1
Text Example
Text Example
White with #F613B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F613B1; }
p { color: rgb(246,19,177); }
H1.HeaderClassName
{
color: #F613B1;
}
.AnyTagClassName
{
color: #F613B1;
}
</style>
background-color css
<style>
a { background-color: #F613B1; }
a { background-color: rgb(246,19,177); }
div.DivClassName
{
background-color: #F613B1;
}
.BgClassName
{
background-color: #F613B1;
}
</style>
border-color css
<style>
span { border-color: #F613B1; }
span { border-color: rgb(246,19,177); }
td.TdClassName
{
border-color: #F613B1;
}
.TagClassName
{
border-color: #F613B1;
}
</style>