Shades of Spicy Pink #F927BA
Tints of Spicy Pink #F927BA
RGB
CMYK
RGB Variations
Color information
#F927BA (or 0xF927BA) is known color: Spicy Pink. HEX triplet: F9, 27 and BA. RGB value is (249,39,186). Sum of RGB (Red+Green+Blue) = 249+39+186=474 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.53% from 474); Green value is 39 (15.62% from 255 or 8.23% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 249 - color contains mainly: red. Hex color #F927BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F927BA is #06D845. Grayscale: #767676. Windows color (decimal): -448582 or 12199929. OLE color: 12199929.
HSL color Cylindrical-coordinate representation of color #F927BA: hue angle of 318º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F927BA is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 39 | 186 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.02 |
| HSL | 318º | 0.95% | 0.56% | - |
| HSV(B) | 318º | 0.84% | 0.98% | - |
| XYZ | 48.66 | 25.14 | 48.74 | - |
| YUV | 118.55 | 166.07 | 221.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 39 | 186 | 0 | 0.84 | 0.25 | 0.02 | 318 | 0.95 | 0.56 |
| Hex | F9 | 27 | BA | 0 | 54 | 19 | 2 | 13E | 5F | 38 |
| Octal | 371 | 47 | 272 | 0 | 124 | 31 | 2 | 476 | 137 | 70 |
| Binary | 11111001 | 100111 | 10111010 | 0 | 1010100 | 11001 | 10 | 100111110 | 1011111 | 111000 |
Color Harmonies of #F927BA
Complementary color
Monochromatic Colors of #F927BA
Black with #F927BA
Text Example
Text Example
White with #F927BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F927BA; }
p { color: rgb(249,39,186); }
H1.HeaderClassName
{
color: #F927BA;
}
.AnyTagClassName
{
color: #F927BA;
}
</style>
background-color css
<style>
a { background-color: #F927BA; }
a { background-color: rgb(249,39,186); }
div.DivClassName
{
background-color: #F927BA;
}
.BgClassName
{
background-color: #F927BA;
}
</style>
border-color css
<style>
span { border-color: #F927BA; }
span { border-color: rgb(249,39,186); }
td.TdClassName
{
border-color: #F927BA;
}
.TagClassName
{
border-color: #F927BA;
}
</style>