Shades of Razzmatazz #F70753
Tints of Razzmatazz #F70753
RGB
CMYK
RGB Variations
Color information
#F70753 (or 0xF70753) is known color: Razzmatazz. HEX triplet: F7, 07 and 53. RGB value is (247,7,83). Sum of RGB (Red+Green+Blue) = 247+7+83=337 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.29% from 337); Green value is 7 (3.12% from 255 or 2.08% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 247 - color contains mainly: red. Hex color #F70753 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70753 is #08F8AC. Grayscale: #575757. Windows color (decimal): -587949 or 5441527. OLE color: 5441527.
HSL color Cylindrical-coordinate representation of color #F70753: hue angle of 341º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F70753 is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 7 | 83 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.03 |
| HSL | 341º | 0.94% | 0.5% | - |
| HSV(B) | 341º | 0.97% | 0.97% | - |
| XYZ | 40 | 20.55 | 10.04 | - |
| YUV | 87.42 | 125.51 | 241.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 7 | 83 | 0 | 0.97 | 0.66 | 0.03 | 341 | 0.94 | 0.5 |
| Hex | F7 | 7 | 53 | 0 | 61 | 42 | 3 | 155 | 5E | 32 |
| Octal | 367 | 7 | 123 | 0 | 141 | 102 | 3 | 525 | 136 | 62 |
| Binary | 11110111 | 111 | 1010011 | 0 | 1100001 | 1000010 | 11 | 101010101 | 1011110 | 110010 |
Color Harmonies of #F70753
Complementary color
Monochromatic Colors of #F70753
Black with #F70753
Text Example
Text Example
White with #F70753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70753; }
p { color: rgb(247,7,83); }
H1.HeaderClassName
{
color: #F70753;
}
.AnyTagClassName
{
color: #F70753;
}
</style>
background-color css
<style>
a { background-color: #F70753; }
a { background-color: rgb(247,7,83); }
div.DivClassName
{
background-color: #F70753;
}
.BgClassName
{
background-color: #F70753;
}
</style>
border-color css
<style>
span { border-color: #F70753; }
span { border-color: rgb(247,7,83); }
td.TdClassName
{
border-color: #F70753;
}
.TagClassName
{
border-color: #F70753;
}
</style>