Shades of Razzmatazz #F70163
Tints of Razzmatazz #F70163
RGB
CMYK
RGB Variations
Color information
#F70163 (or 0xF70163) is known color: Razzmatazz. HEX triplet: F7, 01 and 63. RGB value is (247,1,99). Sum of RGB (Red+Green+Blue) = 247+1+99=347 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.18% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 99 (39.06% from 255 or 28.53% from 347); Max value from RGB is 247 - color contains mainly: red. Hex color #F70163 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70163 is #08FE9C. Grayscale: #555555. Windows color (decimal): -589469 or 6488567. OLE color: 6488567.
HSL color Cylindrical-coordinate representation of color #F70163: hue angle of 336.1º 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 #F70163 is Cyan = 0, Magento = 1.00, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 99 | - |
| CMYK | 0 | 1.00 | 0.60 | 0.03 |
| HSL | 336.1º | 0.99% | 0.49% | - |
| HSV(B) | 336.1º | 1% | 0.97% | - |
| XYZ | 40.62 | 20.7 | 13.66 | - |
| YUV | 85.73 | 135.5 | 243.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 99 | 0 | 1.00 | 0.60 | 0.03 | 336.1 | 0.99 | 0.49 |
| Hex | F7 | 1 | 63 | 0 | 64 | 3C | 3 | 150 | 63 | 31 |
| Octal | 367 | 1 | 143 | 0 | 144 | 74 | 3 | 520 | 143 | 61 |
| Binary | 11110111 | 1 | 1100011 | 0 | 1100100 | 111100 | 11 | 101010000 | 1100011 | 110001 |
Color Harmonies of #F70163
Complementary color
Monochromatic Colors of #F70163
Black with #F70163
Text Example
Text Example
White with #F70163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70163; }
p { color: rgb(247,1,99); }
H1.HeaderClassName
{
color: #F70163;
}
.AnyTagClassName
{
color: #F70163;
}
</style>
background-color css
<style>
a { background-color: #F70163; }
a { background-color: rgb(247,1,99); }
div.DivClassName
{
background-color: #F70163;
}
.BgClassName
{
background-color: #F70163;
}
</style>
border-color css
<style>
span { border-color: #F70163; }
span { border-color: rgb(247,1,99); }
td.TdClassName
{
border-color: #F70163;
}
.TagClassName
{
border-color: #F70163;
}
</style>