Shades of Spicy Pink #F421BC
Tints of Spicy Pink #F421BC
RGB
CMYK
RGB Variations
Color information
#F421BC (or 0xF421BC) is known color: Spicy Pink. HEX triplet: F4, 21 and BC. RGB value is (244,33,188). Sum of RGB (Red+Green+Blue) = 244+33+188=465 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.47% from 465); Green value is 33 (13.28% from 255 or 7.10% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 244 - color contains mainly: red. Hex color #F421BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F421BC is #0BDE43. Grayscale: #717171. Windows color (decimal): -777796 or 12329460. OLE color: 12329460.
HSL color Cylindrical-coordinate representation of color #F421BC: hue angle of 315.92º 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 #F421BC is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 188 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.04 |
| HSL | 315.92º | 0.91% | 0.54% | - |
| HSV(B) | 315.92º | 0.86% | 0.96% | - |
| XYZ | 46.93 | 23.95 | 49.73 | - |
| YUV | 113.76 | 169.9 | 220.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 188 | 0 | 0.86 | 0.23 | 0.04 | 315.92 | 0.91 | 0.54 |
| Hex | F4 | 21 | BC | 0 | 56 | 17 | 4 | 13C | 5B | 36 |
| Octal | 364 | 41 | 274 | 0 | 126 | 27 | 4 | 474 | 133 | 66 |
| Binary | 11110100 | 100001 | 10111100 | 0 | 1010110 | 10111 | 100 | 100111100 | 1011011 | 110110 |
Color Harmonies of #F421BC
Complementary color
Monochromatic Colors of #F421BC
Black with #F421BC
Text Example
Text Example
White with #F421BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F421BC; }
p { color: rgb(244,33,188); }
H1.HeaderClassName
{
color: #F421BC;
}
.AnyTagClassName
{
color: #F421BC;
}
</style>
background-color css
<style>
a { background-color: #F421BC; }
a { background-color: rgb(244,33,188); }
div.DivClassName
{
background-color: #F421BC;
}
.BgClassName
{
background-color: #F421BC;
}
</style>
border-color css
<style>
span { border-color: #F421BC; }
span { border-color: rgb(244,33,188); }
td.TdClassName
{
border-color: #F421BC;
}
.TagClassName
{
border-color: #F421BC;
}
</style>