Shades of Spicy Pink #F611B0
Tints of Spicy Pink #F611B0
RGB
CMYK
RGB Variations
Color information
#F611B0 (or 0xF611B0) is known color: Spicy Pink. HEX triplet: F6, 11 and B0. RGB value is (246,17,176). Sum of RGB (Red+Green+Blue) = 246+17+176=439 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.04% from 439); Green value is 17 (7.03% from 255 or 3.87% from 439); Blue value is 176 (69.14% from 255 or 40.09% from 439); Max value from RGB is 246 - color contains mainly: red. Hex color #F611B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F611B0 is #09EE4F. Grayscale: #676767. Windows color (decimal): -650832 or 11538934. OLE color: 11538934.
HSL color Cylindrical-coordinate representation of color #F611B0: hue angle of 318.34º 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 #F611B0 is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 17 | 176 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.04 |
| HSL | 318.34º | 0.93% | 0.52% | - |
| HSV(B) | 318.34º | 0.93% | 0.96% | - |
| XYZ | 46.04 | 23.13 | 43.11 | - |
| YUV | 103.6 | 168.87 | 229.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 17 | 176 | 0 | 0.93 | 0.28 | 0.04 | 318.34 | 0.93 | 0.52 |
| Hex | F6 | 11 | B0 | 0 | 5D | 1C | 4 | 13E | 5D | 34 |
| Octal | 366 | 21 | 260 | 0 | 135 | 34 | 4 | 476 | 135 | 64 |
| Binary | 11110110 | 10001 | 10110000 | 0 | 1011101 | 11100 | 100 | 100111110 | 1011101 | 110100 |
Color Harmonies of #F611B0
Complementary color
Monochromatic Colors of #F611B0
Black with #F611B0
Text Example
Text Example
White with #F611B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F611B0; }
p { color: rgb(246,17,176); }
H1.HeaderClassName
{
color: #F611B0;
}
.AnyTagClassName
{
color: #F611B0;
}
</style>
background-color css
<style>
a { background-color: #F611B0; }
a { background-color: rgb(246,17,176); }
div.DivClassName
{
background-color: #F611B0;
}
.BgClassName
{
background-color: #F611B0;
}
</style>
border-color css
<style>
span { border-color: #F611B0; }
span { border-color: rgb(246,17,176); }
td.TdClassName
{
border-color: #F611B0;
}
.TagClassName
{
border-color: #F611B0;
}
</style>