Shades of Spicy Pink #F421BB
Tints of Spicy Pink #F421BB
RGB
CMYK
RGB Variations
Color information
#F421BB (or 0xF421BB) is known color: Spicy Pink. HEX triplet: F4, 21 and BB. RGB value is (244,33,187). Sum of RGB (Red+Green+Blue) = 244+33+187=464 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.59% from 464); Green value is 33 (13.28% from 255 or 7.11% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 244 - color contains mainly: red. Hex color #F421BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F421BB is #0BDE44. Grayscale: #717171. Windows color (decimal): -777797 or 12263924. OLE color: 12263924.
HSL color Cylindrical-coordinate representation of color #F421BB: hue angle of 316.21º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F421BB is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 187 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.04 |
| HSL | 316.21º | 0.91% | 0.54% | - |
| HSV(B) | 316.21º | 0.86% | 0.96% | - |
| XYZ | 46.82 | 23.91 | 49.16 | - |
| YUV | 113.65 | 169.4 | 220.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 187 | 0 | 0.86 | 0.23 | 0.04 | 316.21 | 0.91 | 0.54 |
| Hex | F4 | 21 | BB | 0 | 56 | 17 | 4 | 13C | 5B | 36 |
| Octal | 364 | 41 | 273 | 0 | 126 | 27 | 4 | 474 | 133 | 66 |
| Binary | 11110100 | 100001 | 10111011 | 0 | 1010110 | 10111 | 100 | 100111100 | 1011011 | 110110 |
Color Harmonies of #F421BB
Complementary color
Monochromatic Colors of #F421BB
Black with #F421BB
Text Example
Text Example
White with #F421BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F421BB; }
p { color: rgb(244,33,187); }
H1.HeaderClassName
{
color: #F421BB;
}
.AnyTagClassName
{
color: #F421BB;
}
</style>
background-color css
<style>
a { background-color: #F421BB; }
a { background-color: rgb(244,33,187); }
div.DivClassName
{
background-color: #F421BB;
}
.BgClassName
{
background-color: #F421BB;
}
</style>
border-color css
<style>
span { border-color: #F421BB; }
span { border-color: rgb(244,33,187); }
td.TdClassName
{
border-color: #F421BB;
}
.TagClassName
{
border-color: #F421BB;
}
</style>