Shades of Razzmatazz #F41955
Tints of Razzmatazz #F41955
RGB
CMYK
RGB Variations
Color information
#F41955 (or 0xF41955) is known color: Razzmatazz. HEX triplet: F4, 19 and 55. RGB value is (244,25,85). Sum of RGB (Red+Green+Blue) = 244+25+85=354 (46% of max value = 765). Red value is 244 (95.70% from 255 or 68.93% from 354); Green value is 25 (10.16% from 255 or 7.06% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 244 - color contains mainly: red. Hex color #F41955 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41955 is #0BE6AA. Grayscale: #616161. Windows color (decimal): -779947 or 5577204. OLE color: 5577204.
HSL color Cylindrical-coordinate representation of color #F41955: hue angle of 343.56º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F41955 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 25 | 85 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.04 |
| HSL | 343.56º | 0.91% | 0.53% | - |
| HSV(B) | 343.56º | 0.9% | 0.96% | - |
| XYZ | 39.3 | 20.58 | 10.5 | - |
| YUV | 97.32 | 121.05 | 232.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 25 | 85 | 0 | 0.90 | 0.65 | 0.04 | 343.56 | 0.91 | 0.53 |
| Hex | F4 | 19 | 55 | 0 | 5A | 41 | 4 | 158 | 5B | 35 |
| Octal | 364 | 31 | 125 | 0 | 132 | 101 | 4 | 530 | 133 | 65 |
| Binary | 11110100 | 11001 | 1010101 | 0 | 1011010 | 1000001 | 100 | 101011000 | 1011011 | 110101 |
Color Harmonies of #F41955
Complementary color
Monochromatic Colors of #F41955
Black with #F41955
Text Example
Text Example
White with #F41955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41955; }
p { color: rgb(244,25,85); }
H1.HeaderClassName
{
color: #F41955;
}
.AnyTagClassName
{
color: #F41955;
}
</style>
background-color css
<style>
a { background-color: #F41955; }
a { background-color: rgb(244,25,85); }
div.DivClassName
{
background-color: #F41955;
}
.BgClassName
{
background-color: #F41955;
}
</style>
border-color css
<style>
span { border-color: #F41955; }
span { border-color: rgb(244,25,85); }
td.TdClassName
{
border-color: #F41955;
}
.TagClassName
{
border-color: #F41955;
}
</style>