Shades of Spicy Pink #F820B2
Tints of Spicy Pink #F820B2
RGB
CMYK
RGB Variations
Color information
#F820B2 (or 0xF820B2) is known color: Spicy Pink. HEX triplet: F8, 20 and B2. RGB value is (248,32,178). Sum of RGB (Red+Green+Blue) = 248+32+178=458 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.15% from 458); Green value is 32 (12.89% from 255 or 6.99% from 458); Blue value is 178 (69.92% from 255 or 38.86% from 458); Max value from RGB is 248 - color contains mainly: red. Hex color #F820B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F820B2 is #07DF4D. Grayscale: #707070. Windows color (decimal): -515918 or 11673848. OLE color: 11673848.
HSL color Cylindrical-coordinate representation of color #F820B2: hue angle of 319.44º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F820B2 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 32 | 178 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.03 |
| HSL | 319.44º | 0.94% | 0.55% | - |
| HSV(B) | 319.44º | 0.87% | 0.97% | - |
| XYZ | 47.26 | 24.2 | 44.3 | - |
| YUV | 113.23 | 164.56 | 224.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 32 | 178 | 0 | 0.87 | 0.28 | 0.03 | 319.44 | 0.94 | 0.55 |
| Hex | F8 | 20 | B2 | 0 | 57 | 1C | 3 | 13F | 5E | 37 |
| Octal | 370 | 40 | 262 | 0 | 127 | 34 | 3 | 477 | 136 | 67 |
| Binary | 11111000 | 100000 | 10110010 | 0 | 1010111 | 11100 | 11 | 100111111 | 1011110 | 110111 |
Color Harmonies of #F820B2
Complementary color
Monochromatic Colors of #F820B2
Black with #F820B2
Text Example
Text Example
White with #F820B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F820B2; }
p { color: rgb(248,32,178); }
H1.HeaderClassName
{
color: #F820B2;
}
.AnyTagClassName
{
color: #F820B2;
}
</style>
background-color css
<style>
a { background-color: #F820B2; }
a { background-color: rgb(248,32,178); }
div.DivClassName
{
background-color: #F820B2;
}
.BgClassName
{
background-color: #F820B2;
}
</style>
border-color css
<style>
span { border-color: #F820B2; }
span { border-color: rgb(248,32,178); }
td.TdClassName
{
border-color: #F820B2;
}
.TagClassName
{
border-color: #F820B2;
}
</style>