Shades of Spicy Pink #F429B0
Tints of Spicy Pink #F429B0
RGB
CMYK
RGB Variations
Color information
#F429B0 (or 0xF429B0) is known color: Spicy Pink. HEX triplet: F4, 29 and B0. RGB value is (244,41,176). Sum of RGB (Red+Green+Blue) = 244+41+176=461 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.93% from 461); Green value is 41 (16.41% from 255 or 8.89% from 461); Blue value is 176 (69.14% from 255 or 38.18% from 461); Max value from RGB is 244 - color contains mainly: red. Hex color #F429B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F429B0 is #0BD64F. Grayscale: #747474. Windows color (decimal): -775760 or 11545076. OLE color: 11545076.
HSL color Cylindrical-coordinate representation of color #F429B0: hue angle of 320.1º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F429B0 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 41 | 176 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.04 |
| HSL | 320.1º | 0.9% | 0.56% | - |
| HSV(B) | 320.1º | 0.83% | 0.96% | - |
| XYZ | 45.94 | 23.95 | 43.28 | - |
| YUV | 117.09 | 161.25 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 41 | 176 | 0 | 0.83 | 0.28 | 0.04 | 320.1 | 0.9 | 0.56 |
| Hex | F4 | 29 | B0 | 0 | 53 | 1C | 4 | 140 | 5A | 38 |
| Octal | 364 | 51 | 260 | 0 | 123 | 34 | 4 | 500 | 132 | 70 |
| Binary | 11110100 | 101001 | 10110000 | 0 | 1010011 | 11100 | 100 | 101000000 | 1011010 | 111000 |
Color Harmonies of #F429B0
Complementary color
Monochromatic Colors of #F429B0
Black with #F429B0
Text Example
Text Example
White with #F429B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F429B0; }
p { color: rgb(244,41,176); }
H1.HeaderClassName
{
color: #F429B0;
}
.AnyTagClassName
{
color: #F429B0;
}
</style>
background-color css
<style>
a { background-color: #F429B0; }
a { background-color: rgb(244,41,176); }
div.DivClassName
{
background-color: #F429B0;
}
.BgClassName
{
background-color: #F429B0;
}
</style>
border-color css
<style>
span { border-color: #F429B0; }
span { border-color: rgb(244,41,176); }
td.TdClassName
{
border-color: #F429B0;
}
.TagClassName
{
border-color: #F429B0;
}
</style>