Shades of Razzmatazz #F40A4D
Tints of Razzmatazz #F40A4D
RGB
CMYK
RGB Variations
Color information
#F40A4D (or 0xF40A4D) is known color: Razzmatazz. HEX triplet: F4, 0A and 4D. RGB value is (244,10,77). Sum of RGB (Red+Green+Blue) = 244+10+77=331 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.72% from 331); Green value is 10 (4.30% from 255 or 3.02% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 244 - color contains mainly: red. Hex color #F40A4D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40A4D is #0BF5B2. Grayscale: #575757. Windows color (decimal): -783795 or 5049076. OLE color: 5049076.
HSL color Cylindrical-coordinate representation of color #F40A4D: hue angle of 342.82º 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 #F40A4D is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 10 | 77 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.04 |
| HSL | 342.82º | 0.92% | 0.5% | - |
| HSV(B) | 342.82º | 0.96% | 0.96% | - |
| XYZ | 38.76 | 19.99 | 8.84 | - |
| YUV | 87.6 | 122.02 | 239.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 10 | 77 | 0 | 0.96 | 0.68 | 0.04 | 342.82 | 0.92 | 0.5 |
| Hex | F4 | A | 4D | 0 | 60 | 44 | 4 | 157 | 5C | 32 |
| Octal | 364 | 12 | 115 | 0 | 140 | 104 | 4 | 527 | 134 | 62 |
| Binary | 11110100 | 1010 | 1001101 | 0 | 1100000 | 1000100 | 100 | 101010111 | 1011100 | 110010 |
Color Harmonies of #F40A4D
Complementary color
Monochromatic Colors of #F40A4D
Black with #F40A4D
Text Example
Text Example
White with #F40A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40A4D; }
p { color: rgb(244,10,77); }
H1.HeaderClassName
{
color: #F40A4D;
}
.AnyTagClassName
{
color: #F40A4D;
}
</style>
background-color css
<style>
a { background-color: #F40A4D; }
a { background-color: rgb(244,10,77); }
div.DivClassName
{
background-color: #F40A4D;
}
.BgClassName
{
background-color: #F40A4D;
}
</style>
border-color css
<style>
span { border-color: #F40A4D; }
span { border-color: rgb(244,10,77); }
td.TdClassName
{
border-color: #F40A4D;
}
.TagClassName
{
border-color: #F40A4D;
}
</style>