Shades of Spicy Pink #F427BA
Tints of Spicy Pink #F427BA
RGB
CMYK
RGB Variations
Color information
#F427BA (or 0xF427BA) is known color: Spicy Pink. HEX triplet: F4, 27 and BA. RGB value is (244,39,186). Sum of RGB (Red+Green+Blue) = 244+39+186=469 (62% of max value = 765). Red value is 244 (95.70% from 255 or 52.03% from 469); Green value is 39 (15.62% from 255 or 8.32% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 244 - color contains mainly: red. Hex color #F427BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F427BA is #0BD845. Grayscale: #747474. Windows color (decimal): -776262 or 12199924. OLE color: 12199924.
HSL color Cylindrical-coordinate representation of color #F427BA: hue angle of 316.98º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F427BA is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 39 | 186 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.04 |
| HSL | 316.98º | 0.9% | 0.55% | - |
| HSV(B) | 316.98º | 0.84% | 0.96% | - |
| XYZ | 46.9 | 24.23 | 48.66 | - |
| YUV | 117.05 | 166.92 | 218.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 39 | 186 | 0 | 0.84 | 0.24 | 0.04 | 316.98 | 0.9 | 0.55 |
| Hex | F4 | 27 | BA | 0 | 54 | 18 | 4 | 13D | 5A | 37 |
| Octal | 364 | 47 | 272 | 0 | 124 | 30 | 4 | 475 | 132 | 67 |
| Binary | 11110100 | 100111 | 10111010 | 0 | 1010100 | 11000 | 100 | 100111101 | 1011010 | 110111 |
Color Harmonies of #F427BA
Complementary color
Monochromatic Colors of #F427BA
Black with #F427BA
Text Example
Text Example
White with #F427BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F427BA; }
p { color: rgb(244,39,186); }
H1.HeaderClassName
{
color: #F427BA;
}
.AnyTagClassName
{
color: #F427BA;
}
</style>
background-color css
<style>
a { background-color: #F427BA; }
a { background-color: rgb(244,39,186); }
div.DivClassName
{
background-color: #F427BA;
}
.BgClassName
{
background-color: #F427BA;
}
</style>
border-color css
<style>
span { border-color: #F427BA; }
span { border-color: rgb(244,39,186); }
td.TdClassName
{
border-color: #F427BA;
}
.TagClassName
{
border-color: #F427BA;
}
</style>