Shades of Razzmatazz #F40056
Tints of Razzmatazz #F40056
RGB
CMYK
RGB Variations
Color information
#F40056 (or 0xF40056) is known color: Razzmatazz. HEX triplet: F4, 00 and 56. RGB value is (244,0,86). Sum of RGB (Red+Green+Blue) = 244+0+86=330 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.94% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 86 (33.98% from 255 or 26.06% from 330); Max value from RGB is 244 - color contains mainly: red. Hex color #F40056 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40056 is #0BFFA9. Grayscale: #525252. Windows color (decimal): -786346 or 5636340. OLE color: 5636340.
HSL color Cylindrical-coordinate representation of color #F40056: hue angle of 338.85º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F40056 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 86 | - |
| CMYK | 0 | 1 | 0.65 | 0.04 |
| HSL | 338.85º | 1% | 0.48% | - |
| HSV(B) | 338.85º | 1% | 0.96% | - |
| XYZ | 38.99 | 19.9 | 10.59 | - |
| YUV | 82.76 | 129.84 | 243.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 86 | 0 | 1 | 0.65 | 0.04 | 338.85 | 1 | 0.48 |
| Hex | F4 | 0 | 56 | 0 | 64 | 41 | 4 | 153 | 64 | 30 |
| Octal | 364 | 0 | 126 | 0 | 144 | 101 | 4 | 523 | 144 | 60 |
| Binary | 11110100 | 0 | 1010110 | 0 | 1100100 | 1000001 | 100 | 101010011 | 1100100 | 110000 |
Color Harmonies of #F40056
Complementary color
Monochromatic Colors of #F40056
Black with #F40056
Text Example
Text Example
White with #F40056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40056; }
p { color: rgb(244,0,86); }
H1.HeaderClassName
{
color: #F40056;
}
.AnyTagClassName
{
color: #F40056;
}
</style>
background-color css
<style>
a { background-color: #F40056; }
a { background-color: rgb(244,0,86); }
div.DivClassName
{
background-color: #F40056;
}
.BgClassName
{
background-color: #F40056;
}
</style>
border-color css
<style>
span { border-color: #F40056; }
span { border-color: rgb(244,0,86); }
td.TdClassName
{
border-color: #F40056;
}
.TagClassName
{
border-color: #F40056;
}
</style>