Shades of Spicy Pink #F426BA
Tints of Spicy Pink #F426BA
RGB
CMYK
RGB Variations
Color information
#F426BA (or 0xF426BA) is known color: Spicy Pink. HEX triplet: F4, 26 and BA. RGB value is (244,38,186). Sum of RGB (Red+Green+Blue) = 244+38+186=468 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.14% from 468); Green value is 38 (15.23% from 255 or 8.12% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 244 - color contains mainly: red. Hex color #F426BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F426BA is #0BD945. Grayscale: #747474. Windows color (decimal): -776518 or 12199668. OLE color: 12199668.
HSL color Cylindrical-coordinate representation of color #F426BA: hue angle of 316.89º 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 #F426BA is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 38 | 186 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.04 |
| HSL | 316.89º | 0.9% | 0.55% | - |
| HSV(B) | 316.89º | 0.84% | 0.96% | - |
| XYZ | 46.86 | 24.16 | 48.65 | - |
| YUV | 116.47 | 167.25 | 218.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 38 | 186 | 0 | 0.84 | 0.24 | 0.04 | 316.89 | 0.9 | 0.55 |
| Hex | F4 | 26 | BA | 0 | 54 | 18 | 4 | 13D | 5A | 37 |
| Octal | 364 | 46 | 272 | 0 | 124 | 30 | 4 | 475 | 132 | 67 |
| Binary | 11110100 | 100110 | 10111010 | 0 | 1010100 | 11000 | 100 | 100111101 | 1011010 | 110111 |
Color Harmonies of #F426BA
Complementary color
Monochromatic Colors of #F426BA
Black with #F426BA
Text Example
Text Example
White with #F426BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F426BA; }
p { color: rgb(244,38,186); }
H1.HeaderClassName
{
color: #F426BA;
}
.AnyTagClassName
{
color: #F426BA;
}
</style>
background-color css
<style>
a { background-color: #F426BA; }
a { background-color: rgb(244,38,186); }
div.DivClassName
{
background-color: #F426BA;
}
.BgClassName
{
background-color: #F426BA;
}
</style>
border-color css
<style>
span { border-color: #F426BA; }
span { border-color: rgb(244,38,186); }
td.TdClassName
{
border-color: #F426BA;
}
.TagClassName
{
border-color: #F426BA;
}
</style>