Shades of Razzmatazz #F40F4D
Tints of Razzmatazz #F40F4D
RGB
CMYK
RGB Variations
Color information
#F40F4D (or 0xF40F4D) is known color: Razzmatazz. HEX triplet: F4, 0F and 4D. RGB value is (244,15,77). Sum of RGB (Red+Green+Blue) = 244+15+77=336 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.62% from 336); Green value is 15 (6.25% from 255 or 4.46% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 244 - color contains mainly: red. Hex color #F40F4D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40F4D is #0BF0B2. Grayscale: #5A5A5A. Windows color (decimal): -782515 or 5050356. OLE color: 5050356.
HSL color Cylindrical-coordinate representation of color #F40F4D: hue angle of 343.76º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F40F4D is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 15 | 77 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.04 |
| HSL | 343.76º | 0.91% | 0.51% | - |
| HSV(B) | 343.76º | 0.94% | 0.96% | - |
| XYZ | 38.82 | 20.11 | 8.86 | - |
| YUV | 90.54 | 120.37 | 237.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 15 | 77 | 0 | 0.94 | 0.68 | 0.04 | 343.76 | 0.91 | 0.51 |
| Hex | F4 | F | 4D | 0 | 5E | 44 | 4 | 158 | 5B | 33 |
| Octal | 364 | 17 | 115 | 0 | 136 | 104 | 4 | 530 | 133 | 63 |
| Binary | 11110100 | 1111 | 1001101 | 0 | 1011110 | 1000100 | 100 | 101011000 | 1011011 | 110011 |
Color Harmonies of #F40F4D
Complementary color
Monochromatic Colors of #F40F4D
Black with #F40F4D
Text Example
Text Example
White with #F40F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40F4D; }
p { color: rgb(244,15,77); }
H1.HeaderClassName
{
color: #F40F4D;
}
.AnyTagClassName
{
color: #F40F4D;
}
</style>
background-color css
<style>
a { background-color: #F40F4D; }
a { background-color: rgb(244,15,77); }
div.DivClassName
{
background-color: #F40F4D;
}
.BgClassName
{
background-color: #F40F4D;
}
</style>
border-color css
<style>
span { border-color: #F40F4D; }
span { border-color: rgb(244,15,77); }
td.TdClassName
{
border-color: #F40F4D;
}
.TagClassName
{
border-color: #F40F4D;
}
</style>