Shades of Spicy Pink #F613B3
Tints of Spicy Pink #F613B3
RGB
CMYK
RGB Variations
Color information
#F613B3 (or 0xF613B3) is known color: Spicy Pink. HEX triplet: F6, 13 and B3. RGB value is (246,19,179). Sum of RGB (Red+Green+Blue) = 246+19+179=444 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.41% from 444); Green value is 19 (7.81% from 255 or 4.28% from 444); Blue value is 179 (70.31% from 255 or 40.32% from 444); Max value from RGB is 246 - color contains mainly: red. Hex color #F613B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F613B3 is #09EC4C. Grayscale: #686868. Windows color (decimal): -650317 or 11736054. OLE color: 11736054.
HSL color Cylindrical-coordinate representation of color #F613B3: hue angle of 317.71º 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 #F613B3 is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 19 | 179 | - |
| CMYK | 0 | 0.92 | 0.27 | 0.04 |
| HSL | 317.71º | 0.93% | 0.52% | - |
| HSV(B) | 317.71º | 0.92% | 0.96% | - |
| XYZ | 46.38 | 23.31 | 44.7 | - |
| YUV | 105.11 | 169.71 | 228.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 19 | 179 | 0 | 0.92 | 0.27 | 0.04 | 317.71 | 0.93 | 0.52 |
| Hex | F6 | 13 | B3 | 0 | 5C | 1B | 4 | 13E | 5D | 34 |
| Octal | 366 | 23 | 263 | 0 | 134 | 33 | 4 | 476 | 135 | 64 |
| Binary | 11110110 | 10011 | 10110011 | 0 | 1011100 | 11011 | 100 | 100111110 | 1011101 | 110100 |
Color Harmonies of #F613B3
Complementary color
Monochromatic Colors of #F613B3
Black with #F613B3
Text Example
Text Example
White with #F613B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F613B3; }
p { color: rgb(246,19,179); }
H1.HeaderClassName
{
color: #F613B3;
}
.AnyTagClassName
{
color: #F613B3;
}
</style>
background-color css
<style>
a { background-color: #F613B3; }
a { background-color: rgb(246,19,179); }
div.DivClassName
{
background-color: #F613B3;
}
.BgClassName
{
background-color: #F613B3;
}
</style>
border-color css
<style>
span { border-color: #F613B3; }
span { border-color: rgb(246,19,179); }
td.TdClassName
{
border-color: #F613B3;
}
.TagClassName
{
border-color: #F613B3;
}
</style>