Shades of Razzmatazz #F7004B
Tints of Razzmatazz #F7004B
RGB
CMYK
RGB Variations
Color information
#F7004B (or 0xF7004B) is known color: Razzmatazz. HEX triplet: F7, 00 and 4B. RGB value is (247,0,75). Sum of RGB (Red+Green+Blue) = 247+0+75=322 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.71% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 247 - color contains mainly: red. Hex color #F7004B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7004B is #08FFB4. Grayscale: #525252. Windows color (decimal): -589749 or 4915447. OLE color: 4915447.
HSL color Cylindrical-coordinate representation of color #F7004B: hue angle of 341.78º 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 #F7004B is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 75 | - |
| CMYK | 0 | 1 | 0.70 | 0.03 |
| HSL | 341.78º | 1% | 0.48% | - |
| HSV(B) | 341.78º | 1% | 0.97% | - |
| XYZ | 39.63 | 20.28 | 8.48 | - |
| YUV | 82.4 | 123.83 | 245.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 75 | 0 | 1 | 0.70 | 0.03 | 341.78 | 1 | 0.48 |
| Hex | F7 | 0 | 4B | 0 | 64 | 46 | 3 | 156 | 64 | 30 |
| Octal | 367 | 0 | 113 | 0 | 144 | 106 | 3 | 526 | 144 | 60 |
| Binary | 11110111 | 0 | 1001011 | 0 | 1100100 | 1000110 | 11 | 101010110 | 1100100 | 110000 |
Color Harmonies of #F7004B
Complementary color
Monochromatic Colors of #F7004B
Black with #F7004B
Text Example
Text Example
White with #F7004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7004B; }
p { color: rgb(247,0,75); }
H1.HeaderClassName
{
color: #F7004B;
}
.AnyTagClassName
{
color: #F7004B;
}
</style>
background-color css
<style>
a { background-color: #F7004B; }
a { background-color: rgb(247,0,75); }
div.DivClassName
{
background-color: #F7004B;
}
.BgClassName
{
background-color: #F7004B;
}
</style>
border-color css
<style>
span { border-color: #F7004B; }
span { border-color: rgb(247,0,75); }
td.TdClassName
{
border-color: #F7004B;
}
.TagClassName
{
border-color: #F7004B;
}
</style>