Shades of Razzmatazz #F70575
Tints of Razzmatazz #F70575
RGB
CMYK
RGB Variations
Color information
#F70575 (or 0xF70575) is known color: Razzmatazz. HEX triplet: F7, 05 and 75. RGB value is (247,5,117). Sum of RGB (Red+Green+Blue) = 247+5+117=369 (48% of max value = 765). Red value is 247 (96.88% from 255 or 66.94% from 369); Green value is 5 (2.34% from 255 or 1.36% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 247 - color contains mainly: red. Hex color #F70575 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70575 is #08FA8A. Grayscale: #595959. Windows color (decimal): -588427 or 7669239. OLE color: 7669239.
HSL color Cylindrical-coordinate representation of color #F70575: hue angle of 332.23º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F70575 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 5 | 117 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.03 |
| HSL | 332.23º | 0.96% | 0.49% | - |
| HSV(B) | 332.23º | 0.98% | 0.97% | - |
| XYZ | 41.62 | 21.17 | 18.72 | - |
| YUV | 90.13 | 143.17 | 239.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 5 | 117 | 0 | 0.98 | 0.53 | 0.03 | 332.23 | 0.96 | 0.49 |
| Hex | F7 | 5 | 75 | 0 | 62 | 35 | 3 | 14C | 60 | 31 |
| Octal | 367 | 5 | 165 | 0 | 142 | 65 | 3 | 514 | 140 | 61 |
| Binary | 11110111 | 101 | 1110101 | 0 | 1100010 | 110101 | 11 | 101001100 | 1100000 | 110001 |
Color Harmonies of #F70575
Complementary color
Monochromatic Colors of #F70575
Black with #F70575
Text Example
Text Example
White with #F70575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70575; }
p { color: rgb(247,5,117); }
H1.HeaderClassName
{
color: #F70575;
}
.AnyTagClassName
{
color: #F70575;
}
</style>
background-color css
<style>
a { background-color: #F70575; }
a { background-color: rgb(247,5,117); }
div.DivClassName
{
background-color: #F70575;
}
.BgClassName
{
background-color: #F70575;
}
</style>
border-color css
<style>
span { border-color: #F70575; }
span { border-color: rgb(247,5,117); }
td.TdClassName
{
border-color: #F70575;
}
.TagClassName
{
border-color: #F70575;
}
</style>