Shades of Razzmatazz #F7045D
Tints of Razzmatazz #F7045D
RGB
CMYK
RGB Variations
Color information
#F7045D (or 0xF7045D) is known color: Razzmatazz. HEX triplet: F7, 04 and 5D. RGB value is (247,4,93). Sum of RGB (Red+Green+Blue) = 247+4+93=344 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.80% from 344); Green value is 4 (1.95% from 255 or 1.16% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 247 - color contains mainly: red. Hex color #F7045D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7045D is #08FBA2. Grayscale: #565656. Windows color (decimal): -588707 or 6096119. OLE color: 6096119.
HSL color Cylindrical-coordinate representation of color #F7045D: hue angle of 338.02º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F7045D is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 4 | 93 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.03 |
| HSL | 338.02º | 0.97% | 0.49% | - |
| HSV(B) | 338.02º | 0.98% | 0.97% | - |
| XYZ | 40.38 | 20.65 | 12.21 | - |
| YUV | 86.8 | 131.51 | 242.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 4 | 93 | 0 | 0.98 | 0.62 | 0.03 | 338.02 | 0.97 | 0.49 |
| Hex | F7 | 4 | 5D | 0 | 62 | 3E | 3 | 152 | 61 | 31 |
| Octal | 367 | 4 | 135 | 0 | 142 | 76 | 3 | 522 | 141 | 61 |
| Binary | 11110111 | 100 | 1011101 | 0 | 1100010 | 111110 | 11 | 101010010 | 1100001 | 110001 |
Color Harmonies of #F7045D
Complementary color
Monochromatic Colors of #F7045D
Black with #F7045D
Text Example
Text Example
White with #F7045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7045D; }
p { color: rgb(247,4,93); }
H1.HeaderClassName
{
color: #F7045D;
}
.AnyTagClassName
{
color: #F7045D;
}
</style>
background-color css
<style>
a { background-color: #F7045D; }
a { background-color: rgb(247,4,93); }
div.DivClassName
{
background-color: #F7045D;
}
.BgClassName
{
background-color: #F7045D;
}
</style>
border-color css
<style>
span { border-color: #F7045D; }
span { border-color: rgb(247,4,93); }
td.TdClassName
{
border-color: #F7045D;
}
.TagClassName
{
border-color: #F7045D;
}
</style>