Shades of Spicy Pink #F620BB
Tints of Spicy Pink #F620BB
RGB
CMYK
RGB Variations
Color information
#F620BB (or 0xF620BB) is known color: Spicy Pink. HEX triplet: F6, 20 and BB. RGB value is (246,32,187). Sum of RGB (Red+Green+Blue) = 246+32+187=465 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.90% from 465); Green value is 32 (12.89% from 255 or 6.88% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 246 - color contains mainly: red. Hex color #F620BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F620BB is #09DF44. Grayscale: #717171. Windows color (decimal): -646981 or 12263670. OLE color: 12263670.
HSL color Cylindrical-coordinate representation of color #F620BB: hue angle of 316.54º 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 #F620BB is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 32 | 187 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.04 |
| HSL | 316.54º | 0.92% | 0.55% | - |
| HSV(B) | 316.54º | 0.87% | 0.96% | - |
| XYZ | 47.49 | 24.21 | 49.18 | - |
| YUV | 113.66 | 169.4 | 222.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 32 | 187 | 0 | 0.87 | 0.24 | 0.04 | 316.54 | 0.92 | 0.55 |
| Hex | F6 | 20 | BB | 0 | 57 | 18 | 4 | 13D | 5C | 37 |
| Octal | 366 | 40 | 273 | 0 | 127 | 30 | 4 | 475 | 134 | 67 |
| Binary | 11110110 | 100000 | 10111011 | 0 | 1010111 | 11000 | 100 | 100111101 | 1011100 | 110111 |
Color Harmonies of #F620BB
Complementary color
Monochromatic Colors of #F620BB
Black with #F620BB
Text Example
Text Example
White with #F620BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F620BB; }
p { color: rgb(246,32,187); }
H1.HeaderClassName
{
color: #F620BB;
}
.AnyTagClassName
{
color: #F620BB;
}
</style>
background-color css
<style>
a { background-color: #F620BB; }
a { background-color: rgb(246,32,187); }
div.DivClassName
{
background-color: #F620BB;
}
.BgClassName
{
background-color: #F620BB;
}
</style>
border-color css
<style>
span { border-color: #F620BB; }
span { border-color: rgb(246,32,187); }
td.TdClassName
{
border-color: #F620BB;
}
.TagClassName
{
border-color: #F620BB;
}
</style>