Shades of Spicy Pink #F820B7
Tints of Spicy Pink #F820B7
RGB
CMYK
RGB Variations
Color information
#F820B7 (or 0xF820B7) is known color: Spicy Pink. HEX triplet: F8, 20 and B7. RGB value is (248,32,183). Sum of RGB (Red+Green+Blue) = 248+32+183=463 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.56% from 463); Green value is 32 (12.89% from 255 or 6.91% from 463); Blue value is 183 (71.88% from 255 or 39.52% from 463); Max value from RGB is 248 - color contains mainly: red. Hex color #F820B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F820B7 is #07DF48. Grayscale: #717171. Windows color (decimal): -515913 or 12001528. OLE color: 12001528.
HSL color Cylindrical-coordinate representation of color #F820B7: hue angle of 318.06º 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 #F820B7 is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 32 | 183 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.03 |
| HSL | 318.06º | 0.94% | 0.55% | - |
| HSV(B) | 318.06º | 0.87% | 0.97% | - |
| XYZ | 47.78 | 24.41 | 46.99 | - |
| YUV | 113.8 | 167.06 | 223.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 32 | 183 | 0 | 0.87 | 0.26 | 0.03 | 318.06 | 0.94 | 0.55 |
| Hex | F8 | 20 | B7 | 0 | 57 | 1A | 3 | 13E | 5E | 37 |
| Octal | 370 | 40 | 267 | 0 | 127 | 32 | 3 | 476 | 136 | 67 |
| Binary | 11111000 | 100000 | 10110111 | 0 | 1010111 | 11010 | 11 | 100111110 | 1011110 | 110111 |
Color Harmonies of #F820B7
Complementary color
Monochromatic Colors of #F820B7
Black with #F820B7
Text Example
Text Example
White with #F820B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F820B7; }
p { color: rgb(248,32,183); }
H1.HeaderClassName
{
color: #F820B7;
}
.AnyTagClassName
{
color: #F820B7;
}
</style>
background-color css
<style>
a { background-color: #F820B7; }
a { background-color: rgb(248,32,183); }
div.DivClassName
{
background-color: #F820B7;
}
.BgClassName
{
background-color: #F820B7;
}
</style>
border-color css
<style>
span { border-color: #F820B7; }
span { border-color: rgb(248,32,183); }
td.TdClassName
{
border-color: #F820B7;
}
.TagClassName
{
border-color: #F820B7;
}
</style>