Shades of Razzmatazz #F70259
Tints of Razzmatazz #F70259
RGB
CMYK
RGB Variations
Color information
#F70259 (or 0xF70259) is known color: Razzmatazz. HEX triplet: F7, 02 and 59. RGB value is (247,2,89). Sum of RGB (Red+Green+Blue) = 247+2+89=338 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.08% from 338); Green value is 2 (1.17% from 255 or 0.59% from 338); Blue value is 89 (35.16% from 255 or 26.33% from 338); Max value from RGB is 247 - color contains mainly: red. Hex color #F70259 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70259 is #08FDA6. Grayscale: #555555. Windows color (decimal): -589223 or 5833463. OLE color: 5833463.
HSL color Cylindrical-coordinate representation of color #F70259: hue angle of 338.69º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F70259 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 2 | 89 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.03 |
| HSL | 338.69º | 0.98% | 0.49% | - |
| HSV(B) | 338.69º | 0.99% | 0.97% | - |
| XYZ | 40.18 | 20.54 | 11.3 | - |
| YUV | 85.17 | 130.17 | 243.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 2 | 89 | 0 | 0.99 | 0.64 | 0.03 | 338.69 | 0.98 | 0.49 |
| Hex | F7 | 2 | 59 | 0 | 63 | 40 | 3 | 153 | 62 | 31 |
| Octal | 367 | 2 | 131 | 0 | 143 | 100 | 3 | 523 | 142 | 61 |
| Binary | 11110111 | 10 | 1011001 | 0 | 1100011 | 1000000 | 11 | 101010011 | 1100010 | 110001 |
Color Harmonies of #F70259
Complementary color
Monochromatic Colors of #F70259
Black with #F70259
Text Example
Text Example
White with #F70259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70259; }
p { color: rgb(247,2,89); }
H1.HeaderClassName
{
color: #F70259;
}
.AnyTagClassName
{
color: #F70259;
}
</style>
background-color css
<style>
a { background-color: #F70259; }
a { background-color: rgb(247,2,89); }
div.DivClassName
{
background-color: #F70259;
}
.BgClassName
{
background-color: #F70259;
}
</style>
border-color css
<style>
span { border-color: #F70259; }
span { border-color: rgb(247,2,89); }
td.TdClassName
{
border-color: #F70259;
}
.TagClassName
{
border-color: #F70259;
}
</style>