Shades of Spicy Pink #F428B1
Tints of Spicy Pink #F428B1
RGB
CMYK
RGB Variations
Color information
#F428B1 (or 0xF428B1) is known color: Spicy Pink. HEX triplet: F4, 28 and B1. RGB value is (244,40,177). Sum of RGB (Red+Green+Blue) = 244+40+177=461 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.93% from 461); Green value is 40 (16.02% from 255 or 8.68% from 461); Blue value is 177 (69.53% from 255 or 38.39% from 461); Max value from RGB is 244 - color contains mainly: red. Hex color #F428B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F428B1 is #0BD74E. Grayscale: #747474. Windows color (decimal): -776015 or 11610356. OLE color: 11610356.
HSL color Cylindrical-coordinate representation of color #F428B1: hue angle of 319.71º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F428B1 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 40 | 177 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.04 |
| HSL | 319.71º | 0.9% | 0.56% | - |
| HSV(B) | 319.71º | 0.84% | 0.96% | - |
| XYZ | 46 | 23.93 | 43.79 | - |
| YUV | 116.61 | 162.09 | 218.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 40 | 177 | 0 | 0.84 | 0.27 | 0.04 | 319.71 | 0.9 | 0.56 |
| Hex | F4 | 28 | B1 | 0 | 54 | 1B | 4 | 140 | 5A | 38 |
| Octal | 364 | 50 | 261 | 0 | 124 | 33 | 4 | 500 | 132 | 70 |
| Binary | 11110100 | 101000 | 10110001 | 0 | 1010100 | 11011 | 100 | 101000000 | 1011010 | 111000 |
Color Harmonies of #F428B1
Complementary color
Monochromatic Colors of #F428B1
Black with #F428B1
Text Example
Text Example
White with #F428B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F428B1; }
p { color: rgb(244,40,177); }
H1.HeaderClassName
{
color: #F428B1;
}
.AnyTagClassName
{
color: #F428B1;
}
</style>
background-color css
<style>
a { background-color: #F428B1; }
a { background-color: rgb(244,40,177); }
div.DivClassName
{
background-color: #F428B1;
}
.BgClassName
{
background-color: #F428B1;
}
</style>
border-color css
<style>
span { border-color: #F428B1; }
span { border-color: rgb(244,40,177); }
td.TdClassName
{
border-color: #F428B1;
}
.TagClassName
{
border-color: #F428B1;
}
</style>