Shades of Spicy Pink #F821BB
Tints of Spicy Pink #F821BB
RGB
CMYK
RGB Variations
Color information
#F821BB (or 0xF821BB) is known color: Spicy Pink. HEX triplet: F8, 21 and BB. RGB value is (248,33,187). Sum of RGB (Red+Green+Blue) = 248+33+187=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 33 (13.28% from 255 or 7.05% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F821BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F821BB is #07DE44. Grayscale: #727272. Windows color (decimal): -515653 or 12263928. OLE color: 12263928.
HSL color Cylindrical-coordinate representation of color #F821BB: hue angle of 317.02º 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 #F821BB is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 33 | 187 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.03 |
| HSL | 317.02º | 0.94% | 0.55% | - |
| HSV(B) | 317.02º | 0.87% | 0.97% | - |
| XYZ | 48.22 | 24.63 | 49.23 | - |
| YUV | 114.84 | 168.73 | 222.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 33 | 187 | 0 | 0.87 | 0.25 | 0.03 | 317.02 | 0.94 | 0.55 |
| Hex | F8 | 21 | BB | 0 | 57 | 19 | 3 | 13D | 5E | 37 |
| Octal | 370 | 41 | 273 | 0 | 127 | 31 | 3 | 475 | 136 | 67 |
| Binary | 11111000 | 100001 | 10111011 | 0 | 1010111 | 11001 | 11 | 100111101 | 1011110 | 110111 |
Color Harmonies of #F821BB
Complementary color
Monochromatic Colors of #F821BB
Black with #F821BB
Text Example
Text Example
White with #F821BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F821BB; }
p { color: rgb(248,33,187); }
H1.HeaderClassName
{
color: #F821BB;
}
.AnyTagClassName
{
color: #F821BB;
}
</style>
background-color css
<style>
a { background-color: #F821BB; }
a { background-color: rgb(248,33,187); }
div.DivClassName
{
background-color: #F821BB;
}
.BgClassName
{
background-color: #F821BB;
}
</style>
border-color css
<style>
span { border-color: #F821BB; }
span { border-color: rgb(248,33,187); }
td.TdClassName
{
border-color: #F821BB;
}
.TagClassName
{
border-color: #F821BB;
}
</style>