Shades of Spicy Pink #F82DB2
Tints of Spicy Pink #F82DB2
RGB
CMYK
RGB Variations
Color information
#F82DB2 (or 0xF82DB2) is known color: Spicy Pink. HEX triplet: F8, 2D and B2. RGB value is (248,45,178). Sum of RGB (Red+Green+Blue) = 248+45+178=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 45 (17.97% from 255 or 9.55% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F82DB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82DB2 is #07D24D. Grayscale: #787878. Windows color (decimal): -512590 or 11677176. OLE color: 11677176.
HSL color Cylindrical-coordinate representation of color #F82DB2: hue angle of 320.69º 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 #F82DB2 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 45 | 178 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.03 |
| HSL | 320.69º | 0.94% | 0.57% | - |
| HSV(B) | 320.69º | 0.82% | 0.97% | - |
| XYZ | 47.69 | 25.05 | 44.44 | - |
| YUV | 120.86 | 160.25 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 45 | 178 | 0 | 0.82 | 0.28 | 0.03 | 320.69 | 0.94 | 0.57 |
| Hex | F8 | 2D | B2 | 0 | 52 | 1C | 3 | 141 | 5E | 39 |
| Octal | 370 | 55 | 262 | 0 | 122 | 34 | 3 | 501 | 136 | 71 |
| Binary | 11111000 | 101101 | 10110010 | 0 | 1010010 | 11100 | 11 | 101000001 | 1011110 | 111001 |
Color Harmonies of #F82DB2
Complementary color
Monochromatic Colors of #F82DB2
Black with #F82DB2
Text Example
Text Example
White with #F82DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82DB2; }
p { color: rgb(248,45,178); }
H1.HeaderClassName
{
color: #F82DB2;
}
.AnyTagClassName
{
color: #F82DB2;
}
</style>
background-color css
<style>
a { background-color: #F82DB2; }
a { background-color: rgb(248,45,178); }
div.DivClassName
{
background-color: #F82DB2;
}
.BgClassName
{
background-color: #F82DB2;
}
</style>
border-color css
<style>
span { border-color: #F82DB2; }
span { border-color: rgb(248,45,178); }
td.TdClassName
{
border-color: #F82DB2;
}
.TagClassName
{
border-color: #F82DB2;
}
</style>