Shades of Razzmatazz #F40A70
Tints of Razzmatazz #F40A70
RGB
CMYK
RGB Variations
Color information
#F40A70 (or 0xF40A70) is known color: Razzmatazz. HEX triplet: F4, 0A and 70. RGB value is (244,10,112). Sum of RGB (Red+Green+Blue) = 244+10+112=366 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.67% from 366); Green value is 10 (4.30% from 255 or 2.73% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 244 - color contains mainly: red. Hex color #F40A70 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40A70 is #0BF58F. Grayscale: #5B5B5B. Windows color (decimal): -783760 or 7342836. OLE color: 7342836.
HSL color Cylindrical-coordinate representation of color #F40A70: hue angle of 333.85º 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 #F40A70 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 10 | 112 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.04 |
| HSL | 333.85º | 0.92% | 0.5% | - |
| HSV(B) | 333.85º | 0.96% | 0.96% | - |
| XYZ | 40.34 | 20.62 | 17.18 | - |
| YUV | 91.59 | 139.52 | 236.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 10 | 112 | 0 | 0.96 | 0.54 | 0.04 | 333.85 | 0.92 | 0.5 |
| Hex | F4 | A | 70 | 0 | 60 | 36 | 4 | 14E | 5C | 32 |
| Octal | 364 | 12 | 160 | 0 | 140 | 66 | 4 | 516 | 134 | 62 |
| Binary | 11110100 | 1010 | 1110000 | 0 | 1100000 | 110110 | 100 | 101001110 | 1011100 | 110010 |
Color Harmonies of #F40A70
Complementary color
Monochromatic Colors of #F40A70
Black with #F40A70
Text Example
Text Example
White with #F40A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40A70; }
p { color: rgb(244,10,112); }
H1.HeaderClassName
{
color: #F40A70;
}
.AnyTagClassName
{
color: #F40A70;
}
</style>
background-color css
<style>
a { background-color: #F40A70; }
a { background-color: rgb(244,10,112); }
div.DivClassName
{
background-color: #F40A70;
}
.BgClassName
{
background-color: #F40A70;
}
</style>
border-color css
<style>
span { border-color: #F40A70; }
span { border-color: rgb(244,10,112); }
td.TdClassName
{
border-color: #F40A70;
}
.TagClassName
{
border-color: #F40A70;
}
</style>