Shades of Razzmatazz #F70167
Tints of Razzmatazz #F70167
RGB
CMYK
RGB Variations
Color information
#F70167 (or 0xF70167) is known color: Razzmatazz. HEX triplet: F7, 01 and 67. RGB value is (247,1,103). Sum of RGB (Red+Green+Blue) = 247+1+103=351 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.37% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 103 (40.62% from 255 or 29.34% from 351); Max value from RGB is 247 - color contains mainly: red. Hex color #F70167 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70167 is #08FE98. Grayscale: #565656. Windows color (decimal): -589465 or 6750711. OLE color: 6750711.
HSL color Cylindrical-coordinate representation of color #F70167: hue angle of 335.12º 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 #F70167 is Cyan = 0, Magento = 1.00, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 103 | - |
| CMYK | 0 | 1.00 | 0.58 | 0.03 |
| HSL | 335.12º | 0.99% | 0.49% | - |
| HSV(B) | 335.12º | 1% | 0.97% | - |
| XYZ | 40.82 | 20.78 | 14.69 | - |
| YUV | 86.18 | 137.5 | 242.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 103 | 0 | 1.00 | 0.58 | 0.03 | 335.12 | 0.99 | 0.49 |
| Hex | F7 | 1 | 67 | 0 | 64 | 3A | 3 | 14F | 63 | 31 |
| Octal | 367 | 1 | 147 | 0 | 144 | 72 | 3 | 517 | 143 | 61 |
| Binary | 11110111 | 1 | 1100111 | 0 | 1100100 | 111010 | 11 | 101001111 | 1100011 | 110001 |
Color Harmonies of #F70167
Complementary color
Monochromatic Colors of #F70167
Black with #F70167
Text Example
Text Example
White with #F70167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70167; }
p { color: rgb(247,1,103); }
H1.HeaderClassName
{
color: #F70167;
}
.AnyTagClassName
{
color: #F70167;
}
</style>
background-color css
<style>
a { background-color: #F70167; }
a { background-color: rgb(247,1,103); }
div.DivClassName
{
background-color: #F70167;
}
.BgClassName
{
background-color: #F70167;
}
</style>
border-color css
<style>
span { border-color: #F70167; }
span { border-color: rgb(247,1,103); }
td.TdClassName
{
border-color: #F70167;
}
.TagClassName
{
border-color: #F70167;
}
</style>