Shades of Razzmatazz #F7016D
Tints of Razzmatazz #F7016D
RGB
CMYK
RGB Variations
Color information
#F7016D (or 0xF7016D) is known color: Razzmatazz. HEX triplet: F7, 01 and 6D. RGB value is (247,1,109). Sum of RGB (Red+Green+Blue) = 247+1+109=357 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.19% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 247 - color contains mainly: red. Hex color #F7016D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7016D is #08FE92. Grayscale: #565656. Windows color (decimal): -589459 or 7143927. OLE color: 7143927.
HSL color Cylindrical-coordinate representation of color #F7016D: hue angle of 333.66º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F7016D is Cyan = 0, Magento = 1.00, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 109 | - |
| CMYK | 0 | 1.00 | 0.56 | 0.03 |
| HSL | 333.66º | 0.99% | 0.49% | - |
| HSV(B) | 333.66º | 1% | 0.97% | - |
| XYZ | 41.13 | 20.9 | 16.33 | - |
| YUV | 86.87 | 140.5 | 242.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 109 | 0 | 1.00 | 0.56 | 0.03 | 333.66 | 0.99 | 0.49 |
| Hex | F7 | 1 | 6D | 0 | 64 | 38 | 3 | 14E | 63 | 31 |
| Octal | 367 | 1 | 155 | 0 | 144 | 70 | 3 | 516 | 143 | 61 |
| Binary | 11110111 | 1 | 1101101 | 0 | 1100100 | 111000 | 11 | 101001110 | 1100011 | 110001 |
Color Harmonies of #F7016D
Complementary color
Monochromatic Colors of #F7016D
Black with #F7016D
Text Example
Text Example
White with #F7016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7016D; }
p { color: rgb(247,1,109); }
H1.HeaderClassName
{
color: #F7016D;
}
.AnyTagClassName
{
color: #F7016D;
}
</style>
background-color css
<style>
a { background-color: #F7016D; }
a { background-color: rgb(247,1,109); }
div.DivClassName
{
background-color: #F7016D;
}
.BgClassName
{
background-color: #F7016D;
}
</style>
border-color css
<style>
span { border-color: #F7016D; }
span { border-color: rgb(247,1,109); }
td.TdClassName
{
border-color: #F7016D;
}
.TagClassName
{
border-color: #F7016D;
}
</style>