Shades of Razzmatazz #F40770
Tints of Razzmatazz #F40770
RGB
CMYK
RGB Variations
Color information
#F40770 (or 0xF40770) is known color: Razzmatazz. HEX triplet: F4, 07 and 70. RGB value is (244,7,112). Sum of RGB (Red+Green+Blue) = 244+7+112=363 (48% of max value = 765). Red value is 244 (95.70% from 255 or 67.22% from 363); Green value is 7 (3.12% from 255 or 1.93% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 244 - color contains mainly: red. Hex color #F40770 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40770 is #0BF88F. Grayscale: #595959. Windows color (decimal): -784528 or 7342068. OLE color: 7342068.
HSL color Cylindrical-coordinate representation of color #F40770: hue angle of 333.42º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F40770 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 112 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.04 |
| HSL | 333.42º | 0.94% | 0.49% | - |
| HSV(B) | 333.42º | 0.97% | 0.96% | - |
| XYZ | 40.31 | 20.55 | 17.17 | - |
| YUV | 89.83 | 140.52 | 237.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 112 | 0 | 0.97 | 0.54 | 0.04 | 333.42 | 0.94 | 0.49 |
| Hex | F4 | 7 | 70 | 0 | 61 | 36 | 4 | 14D | 5E | 31 |
| Octal | 364 | 7 | 160 | 0 | 141 | 66 | 4 | 515 | 136 | 61 |
| Binary | 11110100 | 111 | 1110000 | 0 | 1100001 | 110110 | 100 | 101001101 | 1011110 | 110001 |
Color Harmonies of #F40770
Complementary color
Monochromatic Colors of #F40770
Black with #F40770
Text Example
Text Example
White with #F40770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40770; }
p { color: rgb(244,7,112); }
H1.HeaderClassName
{
color: #F40770;
}
.AnyTagClassName
{
color: #F40770;
}
</style>
background-color css
<style>
a { background-color: #F40770; }
a { background-color: rgb(244,7,112); }
div.DivClassName
{
background-color: #F40770;
}
.BgClassName
{
background-color: #F40770;
}
</style>
border-color css
<style>
span { border-color: #F40770; }
span { border-color: rgb(244,7,112); }
td.TdClassName
{
border-color: #F40770;
}
.TagClassName
{
border-color: #F40770;
}
</style>