Shades of Razzmatazz #F40070
Tints of Razzmatazz #F40070
RGB
CMYK
RGB Variations
Color information
#F40070 (or 0xF40070) is known color: Razzmatazz. HEX triplet: F4, 00 and 70. RGB value is (244,0,112). Sum of RGB (Red+Green+Blue) = 244+0+112=356 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.54% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 244 - color contains mainly: red. Hex color #F40070 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40070 is #0BFF8F. Grayscale: #555555. Windows color (decimal): -786320 or 7340276. OLE color: 7340276.
HSL color Cylindrical-coordinate representation of color #F40070: hue angle of 332.46º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F40070 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 112 | - |
| CMYK | 0 | 1 | 0.54 | 0.04 |
| HSL | 332.46º | 1% | 0.48% | - |
| HSV(B) | 332.46º | 1% | 0.96% | - |
| XYZ | 40.23 | 20.4 | 17.15 | - |
| YUV | 85.72 | 142.84 | 240.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 112 | 0 | 1 | 0.54 | 0.04 | 332.46 | 1 | 0.48 |
| Hex | F4 | 0 | 70 | 0 | 64 | 36 | 4 | 14C | 64 | 30 |
| Octal | 364 | 0 | 160 | 0 | 144 | 66 | 4 | 514 | 144 | 60 |
| Binary | 11110100 | 0 | 1110000 | 0 | 1100100 | 110110 | 100 | 101001100 | 1100100 | 110000 |
Color Harmonies of #F40070
Complementary color
Monochromatic Colors of #F40070
Black with #F40070
Text Example
Text Example
White with #F40070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40070; }
p { color: rgb(244,0,112); }
H1.HeaderClassName
{
color: #F40070;
}
.AnyTagClassName
{
color: #F40070;
}
</style>
background-color css
<style>
a { background-color: #F40070; }
a { background-color: rgb(244,0,112); }
div.DivClassName
{
background-color: #F40070;
}
.BgClassName
{
background-color: #F40070;
}
</style>
border-color css
<style>
span { border-color: #F40070; }
span { border-color: rgb(244,0,112); }
td.TdClassName
{
border-color: #F40070;
}
.TagClassName
{
border-color: #F40070;
}
</style>