Shades of Spicy Pink #F928BC
Tints of Spicy Pink #F928BC
RGB
CMYK
RGB Variations
Color information
#F928BC (or 0xF928BC) is known color: Spicy Pink. HEX triplet: F9, 28 and BC. RGB value is (249,40,188). Sum of RGB (Red+Green+Blue) = 249+40+188=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 40 (16.02% from 255 or 8.39% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F928BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F928BC is #06D743. Grayscale: #767676. Windows color (decimal): -448324 or 12331257. OLE color: 12331257.
HSL color Cylindrical-coordinate representation of color #F928BC: hue angle of 317.51º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F928BC is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 40 | 188 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.02 |
| HSL | 317.51º | 0.95% | 0.57% | - |
| HSV(B) | 317.51º | 0.84% | 0.98% | - |
| XYZ | 48.9 | 25.29 | 49.88 | - |
| YUV | 119.36 | 166.74 | 220.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 40 | 188 | 0 | 0.84 | 0.24 | 0.02 | 317.51 | 0.95 | 0.57 |
| Hex | F9 | 28 | BC | 0 | 54 | 18 | 2 | 13E | 5F | 39 |
| Octal | 371 | 50 | 274 | 0 | 124 | 30 | 2 | 476 | 137 | 71 |
| Binary | 11111001 | 101000 | 10111100 | 0 | 1010100 | 11000 | 10 | 100111110 | 1011111 | 111001 |
Color Harmonies of #F928BC
Complementary color
Monochromatic Colors of #F928BC
Black with #F928BC
Text Example
Text Example
White with #F928BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F928BC; }
p { color: rgb(249,40,188); }
H1.HeaderClassName
{
color: #F928BC;
}
.AnyTagClassName
{
color: #F928BC;
}
</style>
background-color css
<style>
a { background-color: #F928BC; }
a { background-color: rgb(249,40,188); }
div.DivClassName
{
background-color: #F928BC;
}
.BgClassName
{
background-color: #F928BC;
}
</style>
border-color css
<style>
span { border-color: #F928BC; }
span { border-color: rgb(249,40,188); }
td.TdClassName
{
border-color: #F928BC;
}
.TagClassName
{
border-color: #F928BC;
}
</style>