Shades of Razzmatazz #F40555
Tints of Razzmatazz #F40555
RGB
CMYK
RGB Variations
Color information
#F40555 (or 0xF40555) is known color: Razzmatazz. HEX triplet: F4, 05 and 55. RGB value is (244,5,85). Sum of RGB (Red+Green+Blue) = 244+5+85=334 (44% of max value = 765). Red value is 244 (95.70% from 255 or 73.05% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 244 - color contains mainly: red. Hex color #F40555 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40555 is #0BFAAA. Grayscale: #555555. Windows color (decimal): -785067 or 5572084. OLE color: 5572084.
HSL color Cylindrical-coordinate representation of color #F40555: hue angle of 339.92º 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 #F40555 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 85 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.04 |
| HSL | 339.92º | 0.96% | 0.49% | - |
| HSV(B) | 339.92º | 0.98% | 0.96% | - |
| XYZ | 39 | 20 | 10.4 | - |
| YUV | 85.58 | 127.68 | 241 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 85 | 0 | 0.98 | 0.65 | 0.04 | 339.92 | 0.96 | 0.49 |
| Hex | F4 | 5 | 55 | 0 | 62 | 41 | 4 | 154 | 60 | 31 |
| Octal | 364 | 5 | 125 | 0 | 142 | 101 | 4 | 524 | 140 | 61 |
| Binary | 11110100 | 101 | 1010101 | 0 | 1100010 | 1000001 | 100 | 101010100 | 1100000 | 110001 |
Color Harmonies of #F40555
Complementary color
Monochromatic Colors of #F40555
Black with #F40555
Text Example
Text Example
White with #F40555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40555; }
p { color: rgb(244,5,85); }
H1.HeaderClassName
{
color: #F40555;
}
.AnyTagClassName
{
color: #F40555;
}
</style>
background-color css
<style>
a { background-color: #F40555; }
a { background-color: rgb(244,5,85); }
div.DivClassName
{
background-color: #F40555;
}
.BgClassName
{
background-color: #F40555;
}
</style>
border-color css
<style>
span { border-color: #F40555; }
span { border-color: rgb(244,5,85); }
td.TdClassName
{
border-color: #F40555;
}
.TagClassName
{
border-color: #F40555;
}
</style>