Shades of Spicy Pink #F613B0
Tints of Spicy Pink #F613B0
RGB
CMYK
RGB Variations
Color information
#F613B0 (or 0xF613B0) is known color: Spicy Pink. HEX triplet: F6, 13 and B0. RGB value is (246,19,176). Sum of RGB (Red+Green+Blue) = 246+19+176=441 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.78% from 441); Green value is 19 (7.81% from 255 or 4.31% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 246 - color contains mainly: red. Hex color #F613B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F613B0 is #09EC4F. Grayscale: #686868. Windows color (decimal): -650320 or 11539446. OLE color: 11539446.
HSL color Cylindrical-coordinate representation of color #F613B0: hue angle of 318.5º 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 #F613B0 is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 19 | 176 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.04 |
| HSL | 318.5º | 0.93% | 0.52% | - |
| HSV(B) | 318.5º | 0.92% | 0.96% | - |
| XYZ | 46.08 | 23.19 | 43.12 | - |
| YUV | 104.77 | 168.21 | 228.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 19 | 176 | 0 | 0.92 | 0.28 | 0.04 | 318.5 | 0.93 | 0.52 |
| Hex | F6 | 13 | B0 | 0 | 5C | 1C | 4 | 13F | 5D | 34 |
| Octal | 366 | 23 | 260 | 0 | 134 | 34 | 4 | 477 | 135 | 64 |
| Binary | 11110110 | 10011 | 10110000 | 0 | 1011100 | 11100 | 100 | 100111111 | 1011101 | 110100 |
Color Harmonies of #F613B0
Complementary color
Monochromatic Colors of #F613B0
Black with #F613B0
Text Example
Text Example
White with #F613B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F613B0; }
p { color: rgb(246,19,176); }
H1.HeaderClassName
{
color: #F613B0;
}
.AnyTagClassName
{
color: #F613B0;
}
</style>
background-color css
<style>
a { background-color: #F613B0; }
a { background-color: rgb(246,19,176); }
div.DivClassName
{
background-color: #F613B0;
}
.BgClassName
{
background-color: #F613B0;
}
</style>
border-color css
<style>
span { border-color: #F613B0; }
span { border-color: rgb(246,19,176); }
td.TdClassName
{
border-color: #F613B0;
}
.TagClassName
{
border-color: #F613B0;
}
</style>