Shades of Razzmatazz #F41256
Tints of Razzmatazz #F41256
RGB
CMYK
RGB Variations
Color information
#F41256 (or 0xF41256) is known color: Razzmatazz. HEX triplet: F4, 12 and 56. RGB value is (244,18,86). Sum of RGB (Red+Green+Blue) = 244+18+86=348 (46% of max value = 765). Red value is 244 (95.70% from 255 or 70.11% from 348); Green value is 18 (7.42% from 255 or 5.17% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 244 - color contains mainly: red. Hex color #F41256 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41256 is #0BEDA9. Grayscale: #5D5D5D. Windows color (decimal): -781738 or 5640948. OLE color: 5640948.
HSL color Cylindrical-coordinate representation of color #F41256: hue angle of 341.95º 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 #F41256 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 18 | 86 | - |
| CMYK | 0 | 0.93 | 0.65 | 0.04 |
| HSL | 341.95º | 0.91% | 0.51% | - |
| HSV(B) | 341.95º | 0.93% | 0.96% | - |
| XYZ | 39.2 | 20.34 | 10.66 | - |
| YUV | 93.33 | 123.87 | 235.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 18 | 86 | 0 | 0.93 | 0.65 | 0.04 | 341.95 | 0.91 | 0.51 |
| Hex | F4 | 12 | 56 | 0 | 5D | 41 | 4 | 156 | 5B | 33 |
| Octal | 364 | 22 | 126 | 0 | 135 | 101 | 4 | 526 | 133 | 63 |
| Binary | 11110100 | 10010 | 1010110 | 0 | 1011101 | 1000001 | 100 | 101010110 | 1011011 | 110011 |
Color Harmonies of #F41256
Complementary color
Monochromatic Colors of #F41256
Black with #F41256
Text Example
Text Example
White with #F41256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41256; }
p { color: rgb(244,18,86); }
H1.HeaderClassName
{
color: #F41256;
}
.AnyTagClassName
{
color: #F41256;
}
</style>
background-color css
<style>
a { background-color: #F41256; }
a { background-color: rgb(244,18,86); }
div.DivClassName
{
background-color: #F41256;
}
.BgClassName
{
background-color: #F41256;
}
</style>
border-color css
<style>
span { border-color: #F41256; }
span { border-color: rgb(244,18,86); }
td.TdClassName
{
border-color: #F41256;
}
.TagClassName
{
border-color: #F41256;
}
</style>