Shades of Spicy Pink #F82DB6
Tints of Spicy Pink #F82DB6
RGB
CMYK
RGB Variations
Color information
#F82DB6 (or 0xF82DB6) is known color: Spicy Pink. HEX triplet: F8, 2D and B6. RGB value is (248,45,182). Sum of RGB (Red+Green+Blue) = 248+45+182=475 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.21% from 475); Green value is 45 (17.97% from 255 or 9.47% from 475); Blue value is 182 (71.48% from 255 or 38.32% from 475); Max value from RGB is 248 - color contains mainly: red. Hex color #F82DB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F82DB6 is #07D249. Grayscale: #787878. Windows color (decimal): -512586 or 11939320. OLE color: 11939320.
HSL color Cylindrical-coordinate representation of color #F82DB6: hue angle of 319.51º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F82DB6 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 45 | 182 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.03 |
| HSL | 319.51º | 0.94% | 0.57% | - |
| HSV(B) | 319.51º | 0.82% | 0.97% | - |
| XYZ | 48.09 | 25.21 | 46.59 | - |
| YUV | 121.32 | 162.25 | 218.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 45 | 182 | 0 | 0.82 | 0.27 | 0.03 | 319.51 | 0.94 | 0.57 |
| Hex | F8 | 2D | B6 | 0 | 52 | 1B | 3 | 140 | 5E | 39 |
| Octal | 370 | 55 | 266 | 0 | 122 | 33 | 3 | 500 | 136 | 71 |
| Binary | 11111000 | 101101 | 10110110 | 0 | 1010010 | 11011 | 11 | 101000000 | 1011110 | 111001 |
Color Harmonies of #F82DB6
Complementary color
Monochromatic Colors of #F82DB6
Black with #F82DB6
Text Example
Text Example
White with #F82DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82DB6; }
p { color: rgb(248,45,182); }
H1.HeaderClassName
{
color: #F82DB6;
}
.AnyTagClassName
{
color: #F82DB6;
}
</style>
background-color css
<style>
a { background-color: #F82DB6; }
a { background-color: rgb(248,45,182); }
div.DivClassName
{
background-color: #F82DB6;
}
.BgClassName
{
background-color: #F82DB6;
}
</style>
border-color css
<style>
span { border-color: #F82DB6; }
span { border-color: rgb(248,45,182); }
td.TdClassName
{
border-color: #F82DB6;
}
.TagClassName
{
border-color: #F82DB6;
}
</style>