Shades of Razzmatazz #F7006D
Tints of Razzmatazz #F7006D
RGB
CMYK
RGB Variations
Color information
#F7006D (or 0xF7006D) is known color: Razzmatazz. HEX triplet: F7, 00 and 6D. RGB value is (247,0,109). Sum of RGB (Red+Green+Blue) = 247+0+109=356 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.38% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 247 - color contains mainly: red. Hex color #F7006D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7006D is #08FF92. Grayscale: #565656. Windows color (decimal): -589715 or 7143671. OLE color: 7143671.
HSL color Cylindrical-coordinate representation of color #F7006D: hue angle of 333.52º 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 #F7006D is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 109 | - |
| CMYK | 0 | 1 | 0.56 | 0.03 |
| HSL | 333.52º | 1% | 0.48% | - |
| HSV(B) | 333.52º | 1% | 0.97% | - |
| XYZ | 41.12 | 20.88 | 16.33 | - |
| YUV | 86.28 | 140.83 | 242.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 109 | 0 | 1 | 0.56 | 0.03 | 333.52 | 1 | 0.48 |
| Hex | F7 | 0 | 6D | 0 | 64 | 38 | 3 | 14E | 64 | 30 |
| Octal | 367 | 0 | 155 | 0 | 144 | 70 | 3 | 516 | 144 | 60 |
| Binary | 11110111 | 0 | 1101101 | 0 | 1100100 | 111000 | 11 | 101001110 | 1100100 | 110000 |
Color Harmonies of #F7006D
Complementary color
Monochromatic Colors of #F7006D
Black with #F7006D
Text Example
Text Example
White with #F7006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7006D; }
p { color: rgb(247,0,109); }
H1.HeaderClassName
{
color: #F7006D;
}
.AnyTagClassName
{
color: #F7006D;
}
</style>
background-color css
<style>
a { background-color: #F7006D; }
a { background-color: rgb(247,0,109); }
div.DivClassName
{
background-color: #F7006D;
}
.BgClassName
{
background-color: #F7006D;
}
</style>
border-color css
<style>
span { border-color: #F7006D; }
span { border-color: rgb(247,0,109); }
td.TdClassName
{
border-color: #F7006D;
}
.TagClassName
{
border-color: #F7006D;
}
</style>