Shades of Spicy Pink #F821B1
Tints of Spicy Pink #F821B1
RGB
CMYK
RGB Variations
Color information
#F821B1 (or 0xF821B1) is known color: Spicy Pink. HEX triplet: F8, 21 and B1. RGB value is (248,33,177). Sum of RGB (Red+Green+Blue) = 248+33+177=458 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.15% from 458); Green value is 33 (13.28% from 255 or 7.21% from 458); Blue value is 177 (69.53% from 255 or 38.65% from 458); Max value from RGB is 248 - color contains mainly: red. Hex color #F821B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F821B1 is #07DE4E. Grayscale: #717171. Windows color (decimal): -515663 or 11608568. OLE color: 11608568.
HSL color Cylindrical-coordinate representation of color #F821B1: hue angle of 319.81º 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 #F821B1 is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 33 | 177 | - |
| CMYK | 0 | 0.87 | 0.29 | 0.03 |
| HSL | 319.81º | 0.94% | 0.55% | - |
| HSV(B) | 319.81º | 0.87% | 0.97% | - |
| XYZ | 47.19 | 24.22 | 43.78 | - |
| YUV | 113.7 | 163.73 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 33 | 177 | 0 | 0.87 | 0.29 | 0.03 | 319.81 | 0.94 | 0.55 |
| Hex | F8 | 21 | B1 | 0 | 57 | 1D | 3 | 140 | 5E | 37 |
| Octal | 370 | 41 | 261 | 0 | 127 | 35 | 3 | 500 | 136 | 67 |
| Binary | 11111000 | 100001 | 10110001 | 0 | 1010111 | 11101 | 11 | 101000000 | 1011110 | 110111 |
Color Harmonies of #F821B1
Complementary color
Monochromatic Colors of #F821B1
Black with #F821B1
Text Example
Text Example
White with #F821B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F821B1; }
p { color: rgb(248,33,177); }
H1.HeaderClassName
{
color: #F821B1;
}
.AnyTagClassName
{
color: #F821B1;
}
</style>
background-color css
<style>
a { background-color: #F821B1; }
a { background-color: rgb(248,33,177); }
div.DivClassName
{
background-color: #F821B1;
}
.BgClassName
{
background-color: #F821B1;
}
</style>
border-color css
<style>
span { border-color: #F821B1; }
span { border-color: rgb(248,33,177); }
td.TdClassName
{
border-color: #F821B1;
}
.TagClassName
{
border-color: #F821B1;
}
</style>