Shades of Razzmatazz #F7005E
Tints of Razzmatazz #F7005E
RGB
CMYK
RGB Variations
Color information
#F7005E (or 0xF7005E) is known color: Razzmatazz. HEX triplet: F7, 00 and 5E. RGB value is (247,0,94). Sum of RGB (Red+Green+Blue) = 247+0+94=341 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.43% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 247 - color contains mainly: red. Hex color #F7005E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7005E is #08FFA1. Grayscale: #545454. Windows color (decimal): -589730 or 6160631. OLE color: 6160631.
HSL color Cylindrical-coordinate representation of color #F7005E: hue angle of 337.17º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F7005E is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 94 | - |
| CMYK | 0 | 1 | 0.62 | 0.03 |
| HSL | 337.17º | 1% | 0.48% | - |
| HSV(B) | 337.17º | 1% | 0.97% | - |
| XYZ | 40.38 | 20.58 | 12.43 | - |
| YUV | 84.57 | 133.33 | 243.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 94 | 0 | 1 | 0.62 | 0.03 | 337.17 | 1 | 0.48 |
| Hex | F7 | 0 | 5E | 0 | 64 | 3E | 3 | 151 | 64 | 30 |
| Octal | 367 | 0 | 136 | 0 | 144 | 76 | 3 | 521 | 144 | 60 |
| Binary | 11110111 | 0 | 1011110 | 0 | 1100100 | 111110 | 11 | 101010001 | 1100100 | 110000 |
Color Harmonies of #F7005E
Complementary color
Monochromatic Colors of #F7005E
Black with #F7005E
Text Example
Text Example
White with #F7005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7005E; }
p { color: rgb(247,0,94); }
H1.HeaderClassName
{
color: #F7005E;
}
.AnyTagClassName
{
color: #F7005E;
}
</style>
background-color css
<style>
a { background-color: #F7005E; }
a { background-color: rgb(247,0,94); }
div.DivClassName
{
background-color: #F7005E;
}
.BgClassName
{
background-color: #F7005E;
}
</style>
border-color css
<style>
span { border-color: #F7005E; }
span { border-color: rgb(247,0,94); }
td.TdClassName
{
border-color: #F7005E;
}
.TagClassName
{
border-color: #F7005E;
}
</style>