Shades of Spicy Pink #F820B8
Tints of Spicy Pink #F820B8
RGB
CMYK
RGB Variations
Color information
#F820B8 (or 0xF820B8) is known color: Spicy Pink. HEX triplet: F8, 20 and B8. RGB value is (248,32,184). Sum of RGB (Red+Green+Blue) = 248+32+184=464 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.45% from 464); Green value is 32 (12.89% from 255 or 6.90% from 464); Blue value is 184 (72.27% from 255 or 39.66% from 464); Max value from RGB is 248 - color contains mainly: red. Hex color #F820B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F820B8 is #07DF47. Grayscale: #717171. Windows color (decimal): -515912 or 12067064. OLE color: 12067064.
HSL color Cylindrical-coordinate representation of color #F820B8: hue angle of 317.78º 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 #F820B8 is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 32 | 184 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.03 |
| HSL | 317.78º | 0.94% | 0.55% | - |
| HSV(B) | 317.78º | 0.87% | 0.97% | - |
| XYZ | 47.88 | 24.45 | 47.54 | - |
| YUV | 113.91 | 167.56 | 223.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 32 | 184 | 0 | 0.87 | 0.26 | 0.03 | 317.78 | 0.94 | 0.55 |
| Hex | F8 | 20 | B8 | 0 | 57 | 1A | 3 | 13E | 5E | 37 |
| Octal | 370 | 40 | 270 | 0 | 127 | 32 | 3 | 476 | 136 | 67 |
| Binary | 11111000 | 100000 | 10111000 | 0 | 1010111 | 11010 | 11 | 100111110 | 1011110 | 110111 |
Color Harmonies of #F820B8
Complementary color
Monochromatic Colors of #F820B8
Black with #F820B8
Text Example
Text Example
White with #F820B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F820B8; }
p { color: rgb(248,32,184); }
H1.HeaderClassName
{
color: #F820B8;
}
.AnyTagClassName
{
color: #F820B8;
}
</style>
background-color css
<style>
a { background-color: #F820B8; }
a { background-color: rgb(248,32,184); }
div.DivClassName
{
background-color: #F820B8;
}
.BgClassName
{
background-color: #F820B8;
}
</style>
border-color css
<style>
span { border-color: #F820B8; }
span { border-color: rgb(248,32,184); }
td.TdClassName
{
border-color: #F820B8;
}
.TagClassName
{
border-color: #F820B8;
}
</style>