Shades of Spicy Pink #F426AD
Tints of Spicy Pink #F426AD
RGB
CMYK
RGB Variations
Color information
#F426AD (or 0xF426AD) is known color: Spicy Pink. HEX triplet: F4, 26 and AD. RGB value is (244,38,173). Sum of RGB (Red+Green+Blue) = 244+38+173=455 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.63% from 455); Green value is 38 (15.23% from 255 or 8.35% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 244 - color contains mainly: red. Hex color #F426AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F426AD is #0BD952. Grayscale: #727272. Windows color (decimal): -776531 or 11347700. OLE color: 11347700.
HSL color Cylindrical-coordinate representation of color #F426AD: hue angle of 320.68º 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 #F426AD is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 38 | 173 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.04 |
| HSL | 320.68º | 0.9% | 0.55% | - |
| HSV(B) | 320.68º | 0.84% | 0.96% | - |
| XYZ | 45.54 | 23.64 | 41.7 | - |
| YUV | 114.98 | 160.75 | 220.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 38 | 173 | 0 | 0.84 | 0.29 | 0.04 | 320.68 | 0.9 | 0.55 |
| Hex | F4 | 26 | AD | 0 | 54 | 1D | 4 | 141 | 5A | 37 |
| Octal | 364 | 46 | 255 | 0 | 124 | 35 | 4 | 501 | 132 | 67 |
| Binary | 11110100 | 100110 | 10101101 | 0 | 1010100 | 11101 | 100 | 101000001 | 1011010 | 110111 |
Color Harmonies of #F426AD
Complementary color
Monochromatic Colors of #F426AD
Black with #F426AD
Text Example
Text Example
White with #F426AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F426AD; }
p { color: rgb(244,38,173); }
H1.HeaderClassName
{
color: #F426AD;
}
.AnyTagClassName
{
color: #F426AD;
}
</style>
background-color css
<style>
a { background-color: #F426AD; }
a { background-color: rgb(244,38,173); }
div.DivClassName
{
background-color: #F426AD;
}
.BgClassName
{
background-color: #F426AD;
}
</style>
border-color css
<style>
span { border-color: #F426AD; }
span { border-color: rgb(244,38,173); }
td.TdClassName
{
border-color: #F426AD;
}
.TagClassName
{
border-color: #F426AD;
}
</style>