Shades of Spicy Pink #F421B8
Tints of Spicy Pink #F421B8
RGB
CMYK
RGB Variations
Color information
#F421B8 (or 0xF421B8) is known color: Spicy Pink. HEX triplet: F4, 21 and B8. RGB value is (244,33,184). Sum of RGB (Red+Green+Blue) = 244+33+184=461 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.93% from 461); Green value is 33 (13.28% from 255 or 7.16% from 461); Blue value is 184 (72.27% from 255 or 39.91% from 461); Max value from RGB is 244 - color contains mainly: red. Hex color #F421B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F421B8 is #0BDE47. Grayscale: #707070. Windows color (decimal): -777800 or 12067316. OLE color: 12067316.
HSL color Cylindrical-coordinate representation of color #F421B8: hue angle of 317.06º 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 #F421B8 is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 184 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.04 |
| HSL | 317.06º | 0.91% | 0.54% | - |
| HSV(B) | 317.06º | 0.86% | 0.96% | - |
| XYZ | 46.5 | 23.78 | 47.49 | - |
| YUV | 113.3 | 167.9 | 221.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 184 | 0 | 0.86 | 0.25 | 0.04 | 317.06 | 0.91 | 0.54 |
| Hex | F4 | 21 | B8 | 0 | 56 | 19 | 4 | 13D | 5B | 36 |
| Octal | 364 | 41 | 270 | 0 | 126 | 31 | 4 | 475 | 133 | 66 |
| Binary | 11110100 | 100001 | 10111000 | 0 | 1010110 | 11001 | 100 | 100111101 | 1011011 | 110110 |
Color Harmonies of #F421B8
Complementary color
Monochromatic Colors of #F421B8
Black with #F421B8
Text Example
Text Example
White with #F421B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F421B8; }
p { color: rgb(244,33,184); }
H1.HeaderClassName
{
color: #F421B8;
}
.AnyTagClassName
{
color: #F421B8;
}
</style>
background-color css
<style>
a { background-color: #F421B8; }
a { background-color: rgb(244,33,184); }
div.DivClassName
{
background-color: #F421B8;
}
.BgClassName
{
background-color: #F421B8;
}
</style>
border-color css
<style>
span { border-color: #F421B8; }
span { border-color: rgb(244,33,184); }
td.TdClassName
{
border-color: #F421B8;
}
.TagClassName
{
border-color: #F421B8;
}
</style>