Shades of Razzmatazz #F40559
Tints of Razzmatazz #F40559
RGB
CMYK
RGB Variations
Color information
#F40559 (or 0xF40559) is known color: Razzmatazz. HEX triplet: F4, 05 and 59. RGB value is (244,5,89). Sum of RGB (Red+Green+Blue) = 244+5+89=338 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.19% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 89 (35.16% from 255 or 26.33% from 338); Max value from RGB is 244 - color contains mainly: red. Hex color #F40559 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40559 is #0BFAA6. Grayscale: #555555. Windows color (decimal): -785063 or 5834228. OLE color: 5834228.
HSL color Cylindrical-coordinate representation of color #F40559: hue angle of 338.91º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F40559 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 89 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.04 |
| HSL | 338.91º | 0.96% | 0.49% | - |
| HSV(B) | 338.91º | 0.98% | 0.96% | - |
| XYZ | 39.17 | 20.06 | 11.26 | - |
| YUV | 86.04 | 129.68 | 240.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 89 | 0 | 0.98 | 0.64 | 0.04 | 338.91 | 0.96 | 0.49 |
| Hex | F4 | 5 | 59 | 0 | 62 | 40 | 4 | 153 | 60 | 31 |
| Octal | 364 | 5 | 131 | 0 | 142 | 100 | 4 | 523 | 140 | 61 |
| Binary | 11110100 | 101 | 1011001 | 0 | 1100010 | 1000000 | 100 | 101010011 | 1100000 | 110001 |
Color Harmonies of #F40559
Complementary color
Monochromatic Colors of #F40559
Black with #F40559
Text Example
Text Example
White with #F40559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40559; }
p { color: rgb(244,5,89); }
H1.HeaderClassName
{
color: #F40559;
}
.AnyTagClassName
{
color: #F40559;
}
</style>
background-color css
<style>
a { background-color: #F40559; }
a { background-color: rgb(244,5,89); }
div.DivClassName
{
background-color: #F40559;
}
.BgClassName
{
background-color: #F40559;
}
</style>
border-color css
<style>
span { border-color: #F40559; }
span { border-color: rgb(244,5,89); }
td.TdClassName
{
border-color: #F40559;
}
.TagClassName
{
border-color: #F40559;
}
</style>