Shades of Spicy Pink #F428BB
Tints of Spicy Pink #F428BB
RGB
CMYK
RGB Variations
Color information
#F428BB (or 0xF428BB) is known color: Spicy Pink. HEX triplet: F4, 28 and BB. RGB value is (244,40,187). Sum of RGB (Red+Green+Blue) = 244+40+187=471 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.80% from 471); Green value is 40 (16.02% from 255 or 8.49% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 244 - color contains mainly: red. Hex color #F428BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F428BB is #0BD744. Grayscale: #757575. Windows color (decimal): -776005 or 12265716. OLE color: 12265716.
HSL color Cylindrical-coordinate representation of color #F428BB: hue angle of 316.76º 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 #F428BB is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 40 | 187 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.04 |
| HSL | 316.76º | 0.9% | 0.56% | - |
| HSV(B) | 316.76º | 0.84% | 0.96% | - |
| XYZ | 47.04 | 24.34 | 49.23 | - |
| YUV | 117.75 | 167.09 | 218.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 40 | 187 | 0 | 0.84 | 0.23 | 0.04 | 316.76 | 0.9 | 0.56 |
| Hex | F4 | 28 | BB | 0 | 54 | 17 | 4 | 13D | 5A | 38 |
| Octal | 364 | 50 | 273 | 0 | 124 | 27 | 4 | 475 | 132 | 70 |
| Binary | 11110100 | 101000 | 10111011 | 0 | 1010100 | 10111 | 100 | 100111101 | 1011010 | 111000 |
Color Harmonies of #F428BB
Complementary color
Monochromatic Colors of #F428BB
Black with #F428BB
Text Example
Text Example
White with #F428BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F428BB; }
p { color: rgb(244,40,187); }
H1.HeaderClassName
{
color: #F428BB;
}
.AnyTagClassName
{
color: #F428BB;
}
</style>
background-color css
<style>
a { background-color: #F428BB; }
a { background-color: rgb(244,40,187); }
div.DivClassName
{
background-color: #F428BB;
}
.BgClassName
{
background-color: #F428BB;
}
</style>
border-color css
<style>
span { border-color: #F428BB; }
span { border-color: rgb(244,40,187); }
td.TdClassName
{
border-color: #F428BB;
}
.TagClassName
{
border-color: #F428BB;
}
</style>