Shades of Razzmatazz #F40057
Tints of Razzmatazz #F40057
RGB
CMYK
RGB Variations
Color information
#F40057 (or 0xF40057) is known color: Razzmatazz. HEX triplet: F4, 00 and 57. RGB value is (244,0,87). Sum of RGB (Red+Green+Blue) = 244+0+87=331 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.72% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 87 (34.38% from 255 or 26.28% from 331); Max value from RGB is 244 - color contains mainly: red. Hex color #F40057 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40057 is #0BFFA8. Grayscale: #525252. Windows color (decimal): -786345 or 5701876. OLE color: 5701876.
HSL color Cylindrical-coordinate representation of color #F40057: hue angle of 338.61º 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 #F40057 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 87 | - |
| CMYK | 0 | 1 | 0.64 | 0.04 |
| HSL | 338.61º | 1% | 0.48% | - |
| HSV(B) | 338.61º | 1% | 0.96% | - |
| XYZ | 39.03 | 19.92 | 10.8 | - |
| YUV | 82.87 | 130.34 | 242.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 87 | 0 | 1 | 0.64 | 0.04 | 338.61 | 1 | 0.48 |
| Hex | F4 | 0 | 57 | 0 | 64 | 40 | 4 | 153 | 64 | 30 |
| Octal | 364 | 0 | 127 | 0 | 144 | 100 | 4 | 523 | 144 | 60 |
| Binary | 11110100 | 0 | 1010111 | 0 | 1100100 | 1000000 | 100 | 101010011 | 1100100 | 110000 |
Color Harmonies of #F40057
Complementary color
Monochromatic Colors of #F40057
Black with #F40057
Text Example
Text Example
White with #F40057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40057; }
p { color: rgb(244,0,87); }
H1.HeaderClassName
{
color: #F40057;
}
.AnyTagClassName
{
color: #F40057;
}
</style>
background-color css
<style>
a { background-color: #F40057; }
a { background-color: rgb(244,0,87); }
div.DivClassName
{
background-color: #F40057;
}
.BgClassName
{
background-color: #F40057;
}
</style>
border-color css
<style>
span { border-color: #F40057; }
span { border-color: rgb(244,0,87); }
td.TdClassName
{
border-color: #F40057;
}
.TagClassName
{
border-color: #F40057;
}
</style>