Shades of Razzmatazz #F7006F
Tints of Razzmatazz #F7006F
RGB
CMYK
RGB Variations
Color information
#F7006F (or 0xF7006F) is known color: Razzmatazz. HEX triplet: F7, 00 and 6F. RGB value is (247,0,111). Sum of RGB (Red+Green+Blue) = 247+0+111=358 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.99% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 247 - color contains mainly: red. Hex color #F7006F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7006F is #08FF90. Grayscale: #565656. Windows color (decimal): -589713 or 7274743. OLE color: 7274743.
HSL color Cylindrical-coordinate representation of color #F7006F: hue angle of 333.04º 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 #F7006F is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 111 | - |
| CMYK | 0 | 1 | 0.55 | 0.03 |
| HSL | 333.04º | 1% | 0.48% | - |
| HSV(B) | 333.04º | 1% | 0.97% | - |
| XYZ | 41.23 | 20.92 | 16.9 | - |
| YUV | 86.51 | 141.83 | 242.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 111 | 0 | 1 | 0.55 | 0.03 | 333.04 | 1 | 0.48 |
| Hex | F7 | 0 | 6F | 0 | 64 | 37 | 3 | 14D | 64 | 30 |
| Octal | 367 | 0 | 157 | 0 | 144 | 67 | 3 | 515 | 144 | 60 |
| Binary | 11110111 | 0 | 1101111 | 0 | 1100100 | 110111 | 11 | 101001101 | 1100100 | 110000 |
Color Harmonies of #F7006F
Complementary color
Monochromatic Colors of #F7006F
Black with #F7006F
Text Example
Text Example
White with #F7006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7006F; }
p { color: rgb(247,0,111); }
H1.HeaderClassName
{
color: #F7006F;
}
.AnyTagClassName
{
color: #F7006F;
}
</style>
background-color css
<style>
a { background-color: #F7006F; }
a { background-color: rgb(247,0,111); }
div.DivClassName
{
background-color: #F7006F;
}
.BgClassName
{
background-color: #F7006F;
}
</style>
border-color css
<style>
span { border-color: #F7006F; }
span { border-color: rgb(247,0,111); }
td.TdClassName
{
border-color: #F7006F;
}
.TagClassName
{
border-color: #F7006F;
}
</style>