Shades of Spicy Pink #F422B0
Tints of Spicy Pink #F422B0
RGB
CMYK
RGB Variations
Color information
#F422B0 (or 0xF422B0) is known color: Spicy Pink. HEX triplet: F4, 22 and B0. RGB value is (244,34,176). Sum of RGB (Red+Green+Blue) = 244+34+176=454 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.74% from 454); Green value is 34 (13.67% from 255 or 7.49% from 454); Blue value is 176 (69.14% from 255 or 38.77% from 454); Max value from RGB is 244 - color contains mainly: red. Hex color #F422B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F422B0 is #0BDD4F. Grayscale: #707070. Windows color (decimal): -777552 or 11543284. OLE color: 11543284.
HSL color Cylindrical-coordinate representation of color #F422B0: hue angle of 319.43º 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 #F422B0 is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 34 | 176 | - |
| CMYK | 0 | 0.86 | 0.28 | 0.04 |
| HSL | 319.43º | 0.91% | 0.55% | - |
| HSV(B) | 319.43º | 0.86% | 0.96% | - |
| XYZ | 45.72 | 23.51 | 43.2 | - |
| YUV | 112.98 | 163.57 | 221.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 34 | 176 | 0 | 0.86 | 0.28 | 0.04 | 319.43 | 0.91 | 0.55 |
| Hex | F4 | 22 | B0 | 0 | 56 | 1C | 4 | 13F | 5B | 37 |
| Octal | 364 | 42 | 260 | 0 | 126 | 34 | 4 | 477 | 133 | 67 |
| Binary | 11110100 | 100010 | 10110000 | 0 | 1010110 | 11100 | 100 | 100111111 | 1011011 | 110111 |
Color Harmonies of #F422B0
Complementary color
Monochromatic Colors of #F422B0
Black with #F422B0
Text Example
Text Example
White with #F422B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F422B0; }
p { color: rgb(244,34,176); }
H1.HeaderClassName
{
color: #F422B0;
}
.AnyTagClassName
{
color: #F422B0;
}
</style>
background-color css
<style>
a { background-color: #F422B0; }
a { background-color: rgb(244,34,176); }
div.DivClassName
{
background-color: #F422B0;
}
.BgClassName
{
background-color: #F422B0;
}
</style>
border-color css
<style>
span { border-color: #F422B0; }
span { border-color: rgb(244,34,176); }
td.TdClassName
{
border-color: #F422B0;
}
.TagClassName
{
border-color: #F422B0;
}
</style>