Shades of Spicy Pink #F610B0
Tints of Spicy Pink #F610B0
RGB
CMYK
RGB Variations
Color information
#F610B0 (or 0xF610B0) is known color: Spicy Pink. HEX triplet: F6, 10 and B0. RGB value is (246,16,176). Sum of RGB (Red+Green+Blue) = 246+16+176=438 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.16% from 438); Green value is 16 (6.64% from 255 or 3.65% from 438); Blue value is 176 (69.14% from 255 or 40.18% from 438); Max value from RGB is 246 - color contains mainly: red. Hex color #F610B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F610B0 is #09EF4F. Grayscale: #666666. Windows color (decimal): -651088 or 11538678. OLE color: 11538678.
HSL color Cylindrical-coordinate representation of color #F610B0: hue angle of 318.26º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F610B0 is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 16 | 176 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.04 |
| HSL | 318.26º | 0.93% | 0.51% | - |
| HSV(B) | 318.26º | 0.93% | 0.96% | - |
| XYZ | 46.03 | 23.1 | 43.11 | - |
| YUV | 103.01 | 169.2 | 229.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 16 | 176 | 0 | 0.93 | 0.28 | 0.04 | 318.26 | 0.93 | 0.51 |
| Hex | F6 | 10 | B0 | 0 | 5D | 1C | 4 | 13E | 5D | 33 |
| Octal | 366 | 20 | 260 | 0 | 135 | 34 | 4 | 476 | 135 | 63 |
| Binary | 11110110 | 10000 | 10110000 | 0 | 1011101 | 11100 | 100 | 100111110 | 1011101 | 110011 |
Color Harmonies of #F610B0
Complementary color
Monochromatic Colors of #F610B0
Black with #F610B0
Text Example
Text Example
White with #F610B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F610B0; }
p { color: rgb(246,16,176); }
H1.HeaderClassName
{
color: #F610B0;
}
.AnyTagClassName
{
color: #F610B0;
}
</style>
background-color css
<style>
a { background-color: #F610B0; }
a { background-color: rgb(246,16,176); }
div.DivClassName
{
background-color: #F610B0;
}
.BgClassName
{
background-color: #F610B0;
}
</style>
border-color css
<style>
span { border-color: #F610B0; }
span { border-color: rgb(246,16,176); }
td.TdClassName
{
border-color: #F610B0;
}
.TagClassName
{
border-color: #F610B0;
}
</style>