Shades of Spicy Pink #F921BB
Tints of Spicy Pink #F921BB
RGB
CMYK
RGB Variations
Color information
#F921BB (or 0xF921BB) is known color: Spicy Pink. HEX triplet: F9, 21 and BB. RGB value is (249,33,187). Sum of RGB (Red+Green+Blue) = 249+33+187=469 (62% of max value = 765). Red value is 249 (97.66% from 255 or 53.09% from 469); Green value is 33 (13.28% from 255 or 7.04% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 249 - color contains mainly: red. Hex color #F921BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F921BB is #06DE44. Grayscale: #727272. Windows color (decimal): -450117 or 12263929. OLE color: 12263929.
HSL color Cylindrical-coordinate representation of color #F921BB: hue angle of 317.22º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F921BB is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 33 | 187 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.02 |
| HSL | 317.22º | 0.95% | 0.55% | - |
| HSV(B) | 317.22º | 0.87% | 0.98% | - |
| XYZ | 48.58 | 24.82 | 49.24 | - |
| YUV | 115.14 | 168.56 | 223.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 33 | 187 | 0 | 0.87 | 0.25 | 0.02 | 317.22 | 0.95 | 0.55 |
| Hex | F9 | 21 | BB | 0 | 57 | 19 | 2 | 13D | 5F | 37 |
| Octal | 371 | 41 | 273 | 0 | 127 | 31 | 2 | 475 | 137 | 67 |
| Binary | 11111001 | 100001 | 10111011 | 0 | 1010111 | 11001 | 10 | 100111101 | 1011111 | 110111 |
Color Harmonies of #F921BB
Complementary color
Monochromatic Colors of #F921BB
Black with #F921BB
Text Example
Text Example
White with #F921BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F921BB; }
p { color: rgb(249,33,187); }
H1.HeaderClassName
{
color: #F921BB;
}
.AnyTagClassName
{
color: #F921BB;
}
</style>
background-color css
<style>
a { background-color: #F921BB; }
a { background-color: rgb(249,33,187); }
div.DivClassName
{
background-color: #F921BB;
}
.BgClassName
{
background-color: #F921BB;
}
</style>
border-color css
<style>
span { border-color: #F921BB; }
span { border-color: rgb(249,33,187); }
td.TdClassName
{
border-color: #F921BB;
}
.TagClassName
{
border-color: #F921BB;
}
</style>