Shades of Razzmatazz #F70057
Tints of Razzmatazz #F70057
RGB
CMYK
RGB Variations
Color information
#F70057 (or 0xF70057) is known color: Razzmatazz. HEX triplet: F7, 00 and 57. RGB value is (247,0,87). Sum of RGB (Red+Green+Blue) = 247+0+87=334 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.95% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 87 (34.38% from 255 or 26.05% from 334); Max value from RGB is 247 - color contains mainly: red. Hex color #F70057 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70057 is #08FFA8. Grayscale: #535353. Windows color (decimal): -589737 or 5701879. OLE color: 5701879.
HSL color Cylindrical-coordinate representation of color #F70057: hue angle of 338.87º 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 #F70057 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 87 | - |
| CMYK | 0 | 1 | 0.65 | 0.03 |
| HSL | 338.87º | 1% | 0.48% | - |
| HSV(B) | 338.87º | 1% | 0.97% | - |
| XYZ | 40.08 | 20.46 | 10.85 | - |
| YUV | 83.77 | 129.83 | 244.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 87 | 0 | 1 | 0.65 | 0.03 | 338.87 | 1 | 0.48 |
| Hex | F7 | 0 | 57 | 0 | 64 | 41 | 3 | 153 | 64 | 30 |
| Octal | 367 | 0 | 127 | 0 | 144 | 101 | 3 | 523 | 144 | 60 |
| Binary | 11110111 | 0 | 1010111 | 0 | 1100100 | 1000001 | 11 | 101010011 | 1100100 | 110000 |
Color Harmonies of #F70057
Complementary color
Monochromatic Colors of #F70057
Black with #F70057
Text Example
Text Example
White with #F70057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70057; }
p { color: rgb(247,0,87); }
H1.HeaderClassName
{
color: #F70057;
}
.AnyTagClassName
{
color: #F70057;
}
</style>
background-color css
<style>
a { background-color: #F70057; }
a { background-color: rgb(247,0,87); }
div.DivClassName
{
background-color: #F70057;
}
.BgClassName
{
background-color: #F70057;
}
</style>
border-color css
<style>
span { border-color: #F70057; }
span { border-color: rgb(247,0,87); }
td.TdClassName
{
border-color: #F70057;
}
.TagClassName
{
border-color: #F70057;
}
</style>