Shades of Razzmatazz #F41155
Tints of Razzmatazz #F41155
RGB
CMYK
RGB Variations
Color information
#F41155 (or 0xF41155) is known color: Razzmatazz. HEX triplet: F4, 11 and 55. RGB value is (244,17,85). Sum of RGB (Red+Green+Blue) = 244+17+85=346 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.52% from 346); Green value is 17 (7.03% from 255 or 4.91% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 244 - color contains mainly: red. Hex color #F41155 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41155 is #0BEEAA. Grayscale: #5C5C5C. Windows color (decimal): -781995 or 5575156. OLE color: 5575156.
HSL color Cylindrical-coordinate representation of color #F41155: hue angle of 342.03º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F41155 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 17 | 85 | - |
| CMYK | 0 | 0.93 | 0.65 | 0.04 |
| HSL | 342.03º | 0.91% | 0.51% | - |
| HSV(B) | 342.03º | 0.93% | 0.96% | - |
| XYZ | 39.15 | 20.29 | 10.45 | - |
| YUV | 92.63 | 123.71 | 235.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 17 | 85 | 0 | 0.93 | 0.65 | 0.04 | 342.03 | 0.91 | 0.51 |
| Hex | F4 | 11 | 55 | 0 | 5D | 41 | 4 | 156 | 5B | 33 |
| Octal | 364 | 21 | 125 | 0 | 135 | 101 | 4 | 526 | 133 | 63 |
| Binary | 11110100 | 10001 | 1010101 | 0 | 1011101 | 1000001 | 100 | 101010110 | 1011011 | 110011 |
Color Harmonies of #F41155
Complementary color
Monochromatic Colors of #F41155
Black with #F41155
Text Example
Text Example
White with #F41155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41155; }
p { color: rgb(244,17,85); }
H1.HeaderClassName
{
color: #F41155;
}
.AnyTagClassName
{
color: #F41155;
}
</style>
background-color css
<style>
a { background-color: #F41155; }
a { background-color: rgb(244,17,85); }
div.DivClassName
{
background-color: #F41155;
}
.BgClassName
{
background-color: #F41155;
}
</style>
border-color css
<style>
span { border-color: #F41155; }
span { border-color: rgb(244,17,85); }
td.TdClassName
{
border-color: #F41155;
}
.TagClassName
{
border-color: #F41155;
}
</style>