Shades of Razzmatazz #F41168
Tints of Razzmatazz #F41168
RGB
CMYK
RGB Variations
Color information
#F41168 (or 0xF41168) is known color: Razzmatazz. HEX triplet: F4, 11 and 68. RGB value is (244,17,104). Sum of RGB (Red+Green+Blue) = 244+17+104=365 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.85% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 244 - color contains mainly: red. Hex color #F41168 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41168 is #0BEE97. Grayscale: #5E5E5E. Windows color (decimal): -781976 or 6820340. OLE color: 6820340.
HSL color Cylindrical-coordinate representation of color #F41168: hue angle of 337º 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 #F41168 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 17 | 104 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.04 |
| HSL | 337º | 0.91% | 0.51% | - |
| HSV(B) | 337º | 0.93% | 0.96% | - |
| XYZ | 40.01 | 20.63 | 14.97 | - |
| YUV | 94.79 | 133.21 | 234.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 17 | 104 | 0 | 0.93 | 0.57 | 0.04 | 337 | 0.91 | 0.51 |
| Hex | F4 | 11 | 68 | 0 | 5D | 39 | 4 | 151 | 5B | 33 |
| Octal | 364 | 21 | 150 | 0 | 135 | 71 | 4 | 521 | 133 | 63 |
| Binary | 11110100 | 10001 | 1101000 | 0 | 1011101 | 111001 | 100 | 101010001 | 1011011 | 110011 |
Color Harmonies of #F41168
Complementary color
Monochromatic Colors of #F41168
Black with #F41168
Text Example
Text Example
White with #F41168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41168; }
p { color: rgb(244,17,104); }
H1.HeaderClassName
{
color: #F41168;
}
.AnyTagClassName
{
color: #F41168;
}
</style>
background-color css
<style>
a { background-color: #F41168; }
a { background-color: rgb(244,17,104); }
div.DivClassName
{
background-color: #F41168;
}
.BgClassName
{
background-color: #F41168;
}
</style>
border-color css
<style>
span { border-color: #F41168; }
span { border-color: rgb(244,17,104); }
td.TdClassName
{
border-color: #F41168;
}
.TagClassName
{
border-color: #F41168;
}
</style>