Shades of Spicy Pink #F82DB8
Tints of Spicy Pink #F82DB8
RGB
CMYK
RGB Variations
Color information
#F82DB8 (or 0xF82DB8) is known color: Spicy Pink. HEX triplet: F8, 2D and B8. RGB value is (248,45,184). Sum of RGB (Red+Green+Blue) = 248+45+184=477 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.99% from 477); Green value is 45 (17.97% from 255 or 9.43% from 477); Blue value is 184 (72.27% from 255 or 38.57% from 477); Max value from RGB is 248 - color contains mainly: red. Hex color #F82DB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F82DB8 is #07D247. Grayscale: #797979. Windows color (decimal): -512584 or 12070392. OLE color: 12070392.
HSL color Cylindrical-coordinate representation of color #F82DB8: hue angle of 318.92º 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 #F82DB8 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 45 | 184 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.03 |
| HSL | 318.92º | 0.94% | 0.57% | - |
| HSV(B) | 318.92º | 0.82% | 0.97% | - |
| XYZ | 48.3 | 25.29 | 47.68 | - |
| YUV | 121.54 | 163.25 | 218.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 45 | 184 | 0 | 0.82 | 0.26 | 0.03 | 318.92 | 0.94 | 0.57 |
| Hex | F8 | 2D | B8 | 0 | 52 | 1A | 3 | 13F | 5E | 39 |
| Octal | 370 | 55 | 270 | 0 | 122 | 32 | 3 | 477 | 136 | 71 |
| Binary | 11111000 | 101101 | 10111000 | 0 | 1010010 | 11010 | 11 | 100111111 | 1011110 | 111001 |
Color Harmonies of #F82DB8
Complementary color
Monochromatic Colors of #F82DB8
Black with #F82DB8
Text Example
Text Example
White with #F82DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82DB8; }
p { color: rgb(248,45,184); }
H1.HeaderClassName
{
color: #F82DB8;
}
.AnyTagClassName
{
color: #F82DB8;
}
</style>
background-color css
<style>
a { background-color: #F82DB8; }
a { background-color: rgb(248,45,184); }
div.DivClassName
{
background-color: #F82DB8;
}
.BgClassName
{
background-color: #F82DB8;
}
</style>
border-color css
<style>
span { border-color: #F82DB8; }
span { border-color: rgb(248,45,184); }
td.TdClassName
{
border-color: #F82DB8;
}
.TagClassName
{
border-color: #F82DB8;
}
</style>