Shades of Razzmatazz #F40976
Tints of Razzmatazz #F40976
RGB
CMYK
RGB Variations
Color information
#F40976 (or 0xF40976) is known color: Razzmatazz. HEX triplet: F4, 09 and 76. RGB value is (244,9,118). Sum of RGB (Red+Green+Blue) = 244+9+118=371 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.77% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 244 - color contains mainly: red. Hex color #F40976 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40976 is #0BF689. Grayscale: #5B5B5B. Windows color (decimal): -784010 or 7735796. OLE color: 7735796.
HSL color Cylindrical-coordinate representation of color #F40976: hue angle of 332.17º degrees, saturation: 0.93, 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 #F40976 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 9 | 118 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.04 |
| HSL | 332.17º | 0.93% | 0.5% | - |
| HSV(B) | 332.17º | 0.96% | 0.96% | - |
| XYZ | 40.68 | 20.74 | 19 | - |
| YUV | 91.69 | 142.86 | 236.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 118 | 0 | 0.96 | 0.52 | 0.04 | 332.17 | 0.93 | 0.5 |
| Hex | F4 | 9 | 76 | 0 | 60 | 34 | 4 | 14C | 5D | 32 |
| Octal | 364 | 11 | 166 | 0 | 140 | 64 | 4 | 514 | 135 | 62 |
| Binary | 11110100 | 1001 | 1110110 | 0 | 1100000 | 110100 | 100 | 101001100 | 1011101 | 110010 |
Color Harmonies of #F40976
Complementary color
Monochromatic Colors of #F40976
Black with #F40976
Text Example
Text Example
White with #F40976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40976; }
p { color: rgb(244,9,118); }
H1.HeaderClassName
{
color: #F40976;
}
.AnyTagClassName
{
color: #F40976;
}
</style>
background-color css
<style>
a { background-color: #F40976; }
a { background-color: rgb(244,9,118); }
div.DivClassName
{
background-color: #F40976;
}
.BgClassName
{
background-color: #F40976;
}
</style>
border-color css
<style>
span { border-color: #F40976; }
span { border-color: rgb(244,9,118); }
td.TdClassName
{
border-color: #F40976;
}
.TagClassName
{
border-color: #F40976;
}
</style>