Shades of Razzmatazz #F7036D
Tints of Razzmatazz #F7036D
RGB
CMYK
RGB Variations
Color information
#F7036D (or 0xF7036D) is known color: Razzmatazz. HEX triplet: F7, 03 and 6D. RGB value is (247,3,109). Sum of RGB (Red+Green+Blue) = 247+3+109=359 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.80% from 359); Green value is 3 (1.56% from 255 or 0.84% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 247 - color contains mainly: red. Hex color #F7036D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7036D is #08FC92. Grayscale: #575757. Windows color (decimal): -588947 or 7144439. OLE color: 7144439.
HSL color Cylindrical-coordinate representation of color #F7036D: hue angle of 333.93º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F7036D is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 3 | 109 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.03 |
| HSL | 333.93º | 0.98% | 0.49% | - |
| HSV(B) | 333.93º | 0.99% | 0.97% | - |
| XYZ | 41.15 | 20.94 | 16.34 | - |
| YUV | 88.04 | 139.84 | 241.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 3 | 109 | 0 | 0.99 | 0.56 | 0.03 | 333.93 | 0.98 | 0.49 |
| Hex | F7 | 3 | 6D | 0 | 63 | 38 | 3 | 14E | 62 | 31 |
| Octal | 367 | 3 | 155 | 0 | 143 | 70 | 3 | 516 | 142 | 61 |
| Binary | 11110111 | 11 | 1101101 | 0 | 1100011 | 111000 | 11 | 101001110 | 1100010 | 110001 |
Color Harmonies of #F7036D
Complementary color
Monochromatic Colors of #F7036D
Black with #F7036D
Text Example
Text Example
White with #F7036D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7036D; }
p { color: rgb(247,3,109); }
H1.HeaderClassName
{
color: #F7036D;
}
.AnyTagClassName
{
color: #F7036D;
}
</style>
background-color css
<style>
a { background-color: #F7036D; }
a { background-color: rgb(247,3,109); }
div.DivClassName
{
background-color: #F7036D;
}
.BgClassName
{
background-color: #F7036D;
}
</style>
border-color css
<style>
span { border-color: #F7036D; }
span { border-color: rgb(247,3,109); }
td.TdClassName
{
border-color: #F7036D;
}
.TagClassName
{
border-color: #F7036D;
}
</style>