Shades of Razzmatazz #F0074E
Tints of Razzmatazz #F0074E
RGB
CMYK
RGB Variations
Color information
#F0074E (or 0xF0074E) is known color: Razzmatazz. HEX triplet: F0, 07 and 4E. RGB value is (240,7,78). Sum of RGB (Red+Green+Blue) = 240+7+78=325 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.85% from 325); Green value is 7 (3.12% from 255 or 2.15% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 240 - color contains mainly: red. Hex color #F0074E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0074E is #0FF8B1. Grayscale: #545454. Windows color (decimal): -1046706 or 5113840. OLE color: 5113840.
HSL color Cylindrical-coordinate representation of color #F0074E: hue angle of 341.72º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0074E is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 7 | 78 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.06 |
| HSL | 341.72º | 0.94% | 0.48% | - |
| HSV(B) | 341.72º | 0.97% | 0.94% | - |
| XYZ | 37.39 | 19.23 | 8.95 | - |
| YUV | 84.76 | 124.19 | 238.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 78 | 0 | 0.97 | 0.68 | 0.06 | 341.72 | 0.94 | 0.48 |
| Hex | F0 | 7 | 4E | 0 | 61 | 44 | 6 | 156 | 5E | 30 |
| Octal | 360 | 7 | 116 | 0 | 141 | 104 | 6 | 526 | 136 | 60 |
| Binary | 11110000 | 111 | 1001110 | 0 | 1100001 | 1000100 | 110 | 101010110 | 1011110 | 110000 |
Color Harmonies of #F0074E
Complementary color
Monochromatic Colors of #F0074E
Black with #F0074E
Text Example
Text Example
White with #F0074E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0074E; }
p { color: rgb(240,7,78); }
H1.HeaderClassName
{
color: #F0074E;
}
.AnyTagClassName
{
color: #F0074E;
}
</style>
background-color css
<style>
a { background-color: #F0074E; }
a { background-color: rgb(240,7,78); }
div.DivClassName
{
background-color: #F0074E;
}
.BgClassName
{
background-color: #F0074E;
}
</style>
border-color css
<style>
span { border-color: #F0074E; }
span { border-color: rgb(240,7,78); }
td.TdClassName
{
border-color: #F0074E;
}
.TagClassName
{
border-color: #F0074E;
}
</style>