Shades of Spicy Pink #F820B5
Tints of Spicy Pink #F820B5
RGB
CMYK
RGB Variations
Color information
#F820B5 (or 0xF820B5) is known color: Spicy Pink. HEX triplet: F8, 20 and B5. RGB value is (248,32,181). Sum of RGB (Red+Green+Blue) = 248+32+181=461 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.80% from 461); Green value is 32 (12.89% from 255 or 6.94% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 248 - color contains mainly: red. Hex color #F820B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F820B5 is #07DF4A. Grayscale: #717171. Windows color (decimal): -515915 or 11870456. OLE color: 11870456.
HSL color Cylindrical-coordinate representation of color #F820B5: hue angle of 318.61º 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 #F820B5 is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 32 | 181 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.03 |
| HSL | 318.61º | 0.94% | 0.55% | - |
| HSV(B) | 318.61º | 0.87% | 0.97% | - |
| XYZ | 47.57 | 24.33 | 45.9 | - |
| YUV | 113.57 | 166.06 | 223.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 32 | 181 | 0 | 0.87 | 0.27 | 0.03 | 318.61 | 0.94 | 0.55 |
| Hex | F8 | 20 | B5 | 0 | 57 | 1B | 3 | 13F | 5E | 37 |
| Octal | 370 | 40 | 265 | 0 | 127 | 33 | 3 | 477 | 136 | 67 |
| Binary | 11111000 | 100000 | 10110101 | 0 | 1010111 | 11011 | 11 | 100111111 | 1011110 | 110111 |
Color Harmonies of #F820B5
Complementary color
Monochromatic Colors of #F820B5
Black with #F820B5
Text Example
Text Example
White with #F820B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F820B5; }
p { color: rgb(248,32,181); }
H1.HeaderClassName
{
color: #F820B5;
}
.AnyTagClassName
{
color: #F820B5;
}
</style>
background-color css
<style>
a { background-color: #F820B5; }
a { background-color: rgb(248,32,181); }
div.DivClassName
{
background-color: #F820B5;
}
.BgClassName
{
background-color: #F820B5;
}
</style>
border-color css
<style>
span { border-color: #F820B5; }
span { border-color: rgb(248,32,181); }
td.TdClassName
{
border-color: #F820B5;
}
.TagClassName
{
border-color: #F820B5;
}
</style>