Shades of Spicy Pink #F924BA
Tints of Spicy Pink #F924BA
RGB
CMYK
RGB Variations
Color information
#F924BA (or 0xF924BA) is known color: Spicy Pink. HEX triplet: F9, 24 and BA. RGB value is (249,36,186). Sum of RGB (Red+Green+Blue) = 249+36+186=471 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.87% from 471); Green value is 36 (14.45% from 255 or 7.64% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 249 - color contains mainly: red. Hex color #F924BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F924BA is #06DB45. Grayscale: #747474. Windows color (decimal): -449350 or 12199161. OLE color: 12199161.
HSL color Cylindrical-coordinate representation of color #F924BA: hue angle of 317.75º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F924BA is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 36 | 186 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.02 |
| HSL | 317.75º | 0.95% | 0.56% | - |
| HSV(B) | 317.75º | 0.86% | 0.98% | - |
| XYZ | 48.56 | 24.95 | 48.71 | - |
| YUV | 116.79 | 167.07 | 222.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 36 | 186 | 0 | 0.86 | 0.25 | 0.02 | 317.75 | 0.95 | 0.56 |
| Hex | F9 | 24 | BA | 0 | 56 | 19 | 2 | 13E | 5F | 38 |
| Octal | 371 | 44 | 272 | 0 | 126 | 31 | 2 | 476 | 137 | 70 |
| Binary | 11111001 | 100100 | 10111010 | 0 | 1010110 | 11001 | 10 | 100111110 | 1011111 | 111000 |
Color Harmonies of #F924BA
Complementary color
Monochromatic Colors of #F924BA
Black with #F924BA
Text Example
Text Example
White with #F924BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F924BA; }
p { color: rgb(249,36,186); }
H1.HeaderClassName
{
color: #F924BA;
}
.AnyTagClassName
{
color: #F924BA;
}
</style>
background-color css
<style>
a { background-color: #F924BA; }
a { background-color: rgb(249,36,186); }
div.DivClassName
{
background-color: #F924BA;
}
.BgClassName
{
background-color: #F924BA;
}
</style>
border-color css
<style>
span { border-color: #F924BA; }
span { border-color: rgb(249,36,186); }
td.TdClassName
{
border-color: #F924BA;
}
.TagClassName
{
border-color: #F924BA;
}
</style>