Shades of Razzmatazz #F40A51
Tints of Razzmatazz #F40A51
RGB
CMYK
RGB Variations
Color information
#F40A51 (or 0xF40A51) is known color: Razzmatazz. HEX triplet: F4, 0A and 51. RGB value is (244,10,81). Sum of RGB (Red+Green+Blue) = 244+10+81=335 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.84% from 335); Green value is 10 (4.30% from 255 or 2.99% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 244 - color contains mainly: red. Hex color #F40A51 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40A51 is #0BF5AE. Grayscale: #585858. Windows color (decimal): -783791 or 5311220. OLE color: 5311220.
HSL color Cylindrical-coordinate representation of color #F40A51: hue angle of 341.79º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F40A51 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 10 | 81 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.04 |
| HSL | 341.79º | 0.92% | 0.5% | - |
| HSV(B) | 341.79º | 0.96% | 0.96% | - |
| XYZ | 38.9 | 20.04 | 9.6 | - |
| YUV | 88.06 | 124.02 | 239.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 10 | 81 | 0 | 0.96 | 0.67 | 0.04 | 341.79 | 0.92 | 0.5 |
| Hex | F4 | A | 51 | 0 | 60 | 43 | 4 | 156 | 5C | 32 |
| Octal | 364 | 12 | 121 | 0 | 140 | 103 | 4 | 526 | 134 | 62 |
| Binary | 11110100 | 1010 | 1010001 | 0 | 1100000 | 1000011 | 100 | 101010110 | 1011100 | 110010 |
Color Harmonies of #F40A51
Complementary color
Monochromatic Colors of #F40A51
Black with #F40A51
Text Example
Text Example
White with #F40A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40A51; }
p { color: rgb(244,10,81); }
H1.HeaderClassName
{
color: #F40A51;
}
.AnyTagClassName
{
color: #F40A51;
}
</style>
background-color css
<style>
a { background-color: #F40A51; }
a { background-color: rgb(244,10,81); }
div.DivClassName
{
background-color: #F40A51;
}
.BgClassName
{
background-color: #F40A51;
}
</style>
border-color css
<style>
span { border-color: #F40A51; }
span { border-color: rgb(244,10,81); }
td.TdClassName
{
border-color: #F40A51;
}
.TagClassName
{
border-color: #F40A51;
}
</style>