Shades of Spicy Pink #F420BB
Tints of Spicy Pink #F420BB
RGB
CMYK
RGB Variations
Color information
#F420BB (or 0xF420BB) is known color: Spicy Pink. HEX triplet: F4, 20 and BB. RGB value is (244,32,187). Sum of RGB (Red+Green+Blue) = 244+32+187=463 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.70% from 463); Green value is 32 (12.89% from 255 or 6.91% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 244 - color contains mainly: red. Hex color #F420BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F420BB is #0BDF44. Grayscale: #707070. Windows color (decimal): -778053 or 12263668. OLE color: 12263668.
HSL color Cylindrical-coordinate representation of color #F420BB: hue angle of 316.13º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F420BB is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 32 | 187 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.04 |
| HSL | 316.13º | 0.91% | 0.54% | - |
| HSV(B) | 316.13º | 0.87% | 0.96% | - |
| XYZ | 46.79 | 23.85 | 49.15 | - |
| YUV | 113.06 | 169.74 | 221.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 32 | 187 | 0 | 0.87 | 0.23 | 0.04 | 316.13 | 0.91 | 0.54 |
| Hex | F4 | 20 | BB | 0 | 57 | 17 | 4 | 13C | 5B | 36 |
| Octal | 364 | 40 | 273 | 0 | 127 | 27 | 4 | 474 | 133 | 66 |
| Binary | 11110100 | 100000 | 10111011 | 0 | 1010111 | 10111 | 100 | 100111100 | 1011011 | 110110 |
Color Harmonies of #F420BB
Complementary color
Monochromatic Colors of #F420BB
Black with #F420BB
Text Example
Text Example
White with #F420BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F420BB; }
p { color: rgb(244,32,187); }
H1.HeaderClassName
{
color: #F420BB;
}
.AnyTagClassName
{
color: #F420BB;
}
</style>
background-color css
<style>
a { background-color: #F420BB; }
a { background-color: rgb(244,32,187); }
div.DivClassName
{
background-color: #F420BB;
}
.BgClassName
{
background-color: #F420BB;
}
</style>
border-color css
<style>
span { border-color: #F420BB; }
span { border-color: rgb(244,32,187); }
td.TdClassName
{
border-color: #F420BB;
}
.TagClassName
{
border-color: #F420BB;
}
</style>