Shades of Spicy Pink #F422BC
Tints of Spicy Pink #F422BC
RGB
CMYK
RGB Variations
Color information
#F422BC (or 0xF422BC) is known color: Spicy Pink. HEX triplet: F4, 22 and BC. RGB value is (244,34,188). Sum of RGB (Red+Green+Blue) = 244+34+188=466 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.36% from 466); Green value is 34 (13.67% from 255 or 7.30% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 244 - color contains mainly: red. Hex color #F422BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F422BC is #0BDD43. Grayscale: #717171. Windows color (decimal): -777540 or 12329716. OLE color: 12329716.
HSL color Cylindrical-coordinate representation of color #F422BC: hue angle of 316º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F422BC is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 34 | 188 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.04 |
| HSL | 316º | 0.91% | 0.55% | - |
| HSV(B) | 316º | 0.86% | 0.96% | - |
| XYZ | 46.96 | 24.01 | 49.74 | - |
| YUV | 114.35 | 169.57 | 220.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 34 | 188 | 0 | 0.86 | 0.23 | 0.04 | 316 | 0.91 | 0.55 |
| Hex | F4 | 22 | BC | 0 | 56 | 17 | 4 | 13C | 5B | 37 |
| Octal | 364 | 42 | 274 | 0 | 126 | 27 | 4 | 474 | 133 | 67 |
| Binary | 11110100 | 100010 | 10111100 | 0 | 1010110 | 10111 | 100 | 100111100 | 1011011 | 110111 |
Color Harmonies of #F422BC
Complementary color
Monochromatic Colors of #F422BC
Black with #F422BC
Text Example
Text Example
White with #F422BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F422BC; }
p { color: rgb(244,34,188); }
H1.HeaderClassName
{
color: #F422BC;
}
.AnyTagClassName
{
color: #F422BC;
}
</style>
background-color css
<style>
a { background-color: #F422BC; }
a { background-color: rgb(244,34,188); }
div.DivClassName
{
background-color: #F422BC;
}
.BgClassName
{
background-color: #F422BC;
}
</style>
border-color css
<style>
span { border-color: #F422BC; }
span { border-color: rgb(244,34,188); }
td.TdClassName
{
border-color: #F422BC;
}
.TagClassName
{
border-color: #F422BC;
}
</style>