Shades of Spicy Pink #F928BA
Tints of Spicy Pink #F928BA
RGB
CMYK
RGB Variations
Color information
#F928BA (or 0xF928BA) is known color: Spicy Pink. HEX triplet: F9, 28 and BA. RGB value is (249,40,186). Sum of RGB (Red+Green+Blue) = 249+40+186=475 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.42% from 475); Green value is 40 (16.02% from 255 or 8.42% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 249 - color contains mainly: red. Hex color #F928BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F928BA is #06D745. Grayscale: #767676. Windows color (decimal): -448326 or 12200185. OLE color: 12200185.
HSL color Cylindrical-coordinate representation of color #F928BA: hue angle of 318.09º 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 #F928BA is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 40 | 186 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.02 |
| HSL | 318.09º | 0.95% | 0.57% | - |
| HSV(B) | 318.09º | 0.84% | 0.98% | - |
| XYZ | 48.69 | 25.2 | 48.75 | - |
| YUV | 119.14 | 165.74 | 220.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 40 | 186 | 0 | 0.84 | 0.25 | 0.02 | 318.09 | 0.95 | 0.57 |
| Hex | F9 | 28 | BA | 0 | 54 | 19 | 2 | 13E | 5F | 39 |
| Octal | 371 | 50 | 272 | 0 | 124 | 31 | 2 | 476 | 137 | 71 |
| Binary | 11111001 | 101000 | 10111010 | 0 | 1010100 | 11001 | 10 | 100111110 | 1011111 | 111001 |
Color Harmonies of #F928BA
Complementary color
Monochromatic Colors of #F928BA
Black with #F928BA
Text Example
Text Example
White with #F928BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F928BA; }
p { color: rgb(249,40,186); }
H1.HeaderClassName
{
color: #F928BA;
}
.AnyTagClassName
{
color: #F928BA;
}
</style>
background-color css
<style>
a { background-color: #F928BA; }
a { background-color: rgb(249,40,186); }
div.DivClassName
{
background-color: #F928BA;
}
.BgClassName
{
background-color: #F928BA;
}
</style>
border-color css
<style>
span { border-color: #F928BA; }
span { border-color: rgb(249,40,186); }
td.TdClassName
{
border-color: #F928BA;
}
.TagClassName
{
border-color: #F928BA;
}
</style>