Shades of Razzmatazz #F70168
Tints of Razzmatazz #F70168
RGB
CMYK
RGB Variations
Color information
#F70168 (or 0xF70168) is known color: Razzmatazz. HEX triplet: F7, 01 and 68. RGB value is (247,1,104). Sum of RGB (Red+Green+Blue) = 247+1+104=352 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.17% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 247 - color contains mainly: red. Hex color #F70168 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70168 is #08FE97. Grayscale: #565656. Windows color (decimal): -589464 or 6816247. OLE color: 6816247.
HSL color Cylindrical-coordinate representation of color #F70168: hue angle of 334.88º 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 #F70168 is Cyan = 0, Magento = 1.00, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 104 | - |
| CMYK | 0 | 1.00 | 0.58 | 0.03 |
| HSL | 334.88º | 0.99% | 0.49% | - |
| HSV(B) | 334.88º | 1% | 0.97% | - |
| XYZ | 40.87 | 20.8 | 14.96 | - |
| YUV | 86.3 | 138 | 242.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 104 | 0 | 1.00 | 0.58 | 0.03 | 334.88 | 0.99 | 0.49 |
| Hex | F7 | 1 | 68 | 0 | 64 | 3A | 3 | 14F | 63 | 31 |
| Octal | 367 | 1 | 150 | 0 | 144 | 72 | 3 | 517 | 143 | 61 |
| Binary | 11110111 | 1 | 1101000 | 0 | 1100100 | 111010 | 11 | 101001111 | 1100011 | 110001 |
Color Harmonies of #F70168
Complementary color
Monochromatic Colors of #F70168
Black with #F70168
Text Example
Text Example
White with #F70168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70168; }
p { color: rgb(247,1,104); }
H1.HeaderClassName
{
color: #F70168;
}
.AnyTagClassName
{
color: #F70168;
}
</style>
background-color css
<style>
a { background-color: #F70168; }
a { background-color: rgb(247,1,104); }
div.DivClassName
{
background-color: #F70168;
}
.BgClassName
{
background-color: #F70168;
}
</style>
border-color css
<style>
span { border-color: #F70168; }
span { border-color: rgb(247,1,104); }
td.TdClassName
{
border-color: #F70168;
}
.TagClassName
{
border-color: #F70168;
}
</style>