Shades of Spicy Pink #F622BD
Tints of Spicy Pink #F622BD
RGB
CMYK
RGB Variations
Color information
#F622BD (or 0xF622BD) is known color: Spicy Pink. HEX triplet: F6, 22 and BD. RGB value is (246,34,189). Sum of RGB (Red+Green+Blue) = 246+34+189=469 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.45% from 469); Green value is 34 (13.67% from 255 or 7.25% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 246 - color contains mainly: red. Hex color #F622BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F622BD is #09DD42. Grayscale: #727272. Windows color (decimal): -646467 or 12395254. OLE color: 12395254.
HSL color Cylindrical-coordinate representation of color #F622BD: hue angle of 316.13º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F622BD is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 34 | 189 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.04 |
| HSL | 316.13º | 0.92% | 0.55% | - |
| HSV(B) | 316.13º | 0.86% | 0.96% | - |
| XYZ | 47.76 | 24.41 | 50.34 | - |
| YUV | 115.06 | 169.74 | 221.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 34 | 189 | 0 | 0.86 | 0.23 | 0.04 | 316.13 | 0.92 | 0.55 |
| Hex | F6 | 22 | BD | 0 | 56 | 17 | 4 | 13C | 5C | 37 |
| Octal | 366 | 42 | 275 | 0 | 126 | 27 | 4 | 474 | 134 | 67 |
| Binary | 11110110 | 100010 | 10111101 | 0 | 1010110 | 10111 | 100 | 100111100 | 1011100 | 110111 |
Color Harmonies of #F622BD
Complementary color
Monochromatic Colors of #F622BD
Black with #F622BD
Text Example
Text Example
White with #F622BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F622BD; }
p { color: rgb(246,34,189); }
H1.HeaderClassName
{
color: #F622BD;
}
.AnyTagClassName
{
color: #F622BD;
}
</style>
background-color css
<style>
a { background-color: #F622BD; }
a { background-color: rgb(246,34,189); }
div.DivClassName
{
background-color: #F622BD;
}
.BgClassName
{
background-color: #F622BD;
}
</style>
border-color css
<style>
span { border-color: #F622BD; }
span { border-color: rgb(246,34,189); }
td.TdClassName
{
border-color: #F622BD;
}
.TagClassName
{
border-color: #F622BD;
}
</style>