Shades of Spicy Pink #F620B0
Tints of Spicy Pink #F620B0
RGB
CMYK
RGB Variations
Color information
#F620B0 (or 0xF620B0) is known color: Spicy Pink. HEX triplet: F6, 20 and B0. RGB value is (246,32,176). Sum of RGB (Red+Green+Blue) = 246+32+176=454 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.19% from 454); Green value is 32 (12.89% from 255 or 7.05% from 454); Blue value is 176 (69.14% from 255 or 38.77% from 454); Max value from RGB is 246 - color contains mainly: red. Hex color #F620B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F620B0 is #09DF4F. Grayscale: #707070. Windows color (decimal): -646992 or 11542774. OLE color: 11542774.
HSL color Cylindrical-coordinate representation of color #F620B0: hue angle of 319.63º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F620B0 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 32 | 176 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.04 |
| HSL | 319.63º | 0.92% | 0.55% | - |
| HSV(B) | 319.63º | 0.87% | 0.96% | - |
| XYZ | 46.36 | 23.76 | 43.22 | - |
| YUV | 112.4 | 163.9 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 32 | 176 | 0 | 0.87 | 0.28 | 0.04 | 319.63 | 0.92 | 0.55 |
| Hex | F6 | 20 | B0 | 0 | 57 | 1C | 4 | 140 | 5C | 37 |
| Octal | 366 | 40 | 260 | 0 | 127 | 34 | 4 | 500 | 134 | 67 |
| Binary | 11110110 | 100000 | 10110000 | 0 | 1010111 | 11100 | 100 | 101000000 | 1011100 | 110111 |
Color Harmonies of #F620B0
Complementary color
Monochromatic Colors of #F620B0
Black with #F620B0
Text Example
Text Example
White with #F620B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F620B0; }
p { color: rgb(246,32,176); }
H1.HeaderClassName
{
color: #F620B0;
}
.AnyTagClassName
{
color: #F620B0;
}
</style>
background-color css
<style>
a { background-color: #F620B0; }
a { background-color: rgb(246,32,176); }
div.DivClassName
{
background-color: #F620B0;
}
.BgClassName
{
background-color: #F620B0;
}
</style>
border-color css
<style>
span { border-color: #F620B0; }
span { border-color: rgb(246,32,176); }
td.TdClassName
{
border-color: #F620B0;
}
.TagClassName
{
border-color: #F620B0;
}
</style>