Shades of Razzmatazz #F7036A
Tints of Razzmatazz #F7036A
RGB
CMYK
RGB Variations
Color information
#F7036A (or 0xF7036A) is known color: Razzmatazz. HEX triplet: F7, 03 and 6A. RGB value is (247,3,106). Sum of RGB (Red+Green+Blue) = 247+3+106=356 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.38% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 247 - color contains mainly: red. Hex color #F7036A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7036A is #08FC95. Grayscale: #575757. Windows color (decimal): -588950 or 6947831. OLE color: 6947831.
HSL color Cylindrical-coordinate representation of color #F7036A: hue angle of 334.67º 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 #F7036A is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 3 | 106 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.03 |
| HSL | 334.67º | 0.98% | 0.49% | - |
| HSV(B) | 334.67º | 0.99% | 0.97% | - |
| XYZ | 40.99 | 20.88 | 15.51 | - |
| YUV | 87.7 | 138.34 | 241.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 3 | 106 | 0 | 0.99 | 0.57 | 0.03 | 334.67 | 0.98 | 0.49 |
| Hex | F7 | 3 | 6A | 0 | 63 | 39 | 3 | 14F | 62 | 31 |
| Octal | 367 | 3 | 152 | 0 | 143 | 71 | 3 | 517 | 142 | 61 |
| Binary | 11110111 | 11 | 1101010 | 0 | 1100011 | 111001 | 11 | 101001111 | 1100010 | 110001 |
Color Harmonies of #F7036A
Complementary color
Monochromatic Colors of #F7036A
Black with #F7036A
Text Example
Text Example
White with #F7036A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7036A; }
p { color: rgb(247,3,106); }
H1.HeaderClassName
{
color: #F7036A;
}
.AnyTagClassName
{
color: #F7036A;
}
</style>
background-color css
<style>
a { background-color: #F7036A; }
a { background-color: rgb(247,3,106); }
div.DivClassName
{
background-color: #F7036A;
}
.BgClassName
{
background-color: #F7036A;
}
</style>
border-color css
<style>
span { border-color: #F7036A; }
span { border-color: rgb(247,3,106); }
td.TdClassName
{
border-color: #F7036A;
}
.TagClassName
{
border-color: #F7036A;
}
</style>