Shades of Razzmatazz #F7006B
Tints of Razzmatazz #F7006B
RGB
CMYK
RGB Variations
Color information
#F7006B (or 0xF7006B) is known color: Razzmatazz. HEX triplet: F7, 00 and 6B. RGB value is (247,0,107). Sum of RGB (Red+Green+Blue) = 247+0+107=354 (46% of max value = 765). Red value is 247 (96.88% from 255 or 69.77% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 247 - color contains mainly: red. Hex color #F7006B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7006B is #08FF94. Grayscale: #555555. Windows color (decimal): -589717 or 7012599. OLE color: 7012599.
HSL color Cylindrical-coordinate representation of color #F7006B: hue angle of 334.01º 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 #F7006B is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 107 | - |
| CMYK | 0 | 1 | 0.57 | 0.03 |
| HSL | 334.01º | 1% | 0.48% | - |
| HSV(B) | 334.01º | 1% | 0.97% | - |
| XYZ | 41.01 | 20.84 | 15.77 | - |
| YUV | 86.05 | 139.83 | 242.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 107 | 0 | 1 | 0.57 | 0.03 | 334.01 | 1 | 0.48 |
| Hex | F7 | 0 | 6B | 0 | 64 | 39 | 3 | 14E | 64 | 30 |
| Octal | 367 | 0 | 153 | 0 | 144 | 71 | 3 | 516 | 144 | 60 |
| Binary | 11110111 | 0 | 1101011 | 0 | 1100100 | 111001 | 11 | 101001110 | 1100100 | 110000 |
Color Harmonies of #F7006B
Complementary color
Monochromatic Colors of #F7006B
Black with #F7006B
Text Example
Text Example
White with #F7006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7006B; }
p { color: rgb(247,0,107); }
H1.HeaderClassName
{
color: #F7006B;
}
.AnyTagClassName
{
color: #F7006B;
}
</style>
background-color css
<style>
a { background-color: #F7006B; }
a { background-color: rgb(247,0,107); }
div.DivClassName
{
background-color: #F7006B;
}
.BgClassName
{
background-color: #F7006B;
}
</style>
border-color css
<style>
span { border-color: #F7006B; }
span { border-color: rgb(247,0,107); }
td.TdClassName
{
border-color: #F7006B;
}
.TagClassName
{
border-color: #F7006B;
}
</style>