Shades of Razzmatazz #F70075
Tints of Razzmatazz #F70075
RGB
CMYK
RGB Variations
Color information
#F70075 (or 0xF70075) is known color: Razzmatazz. HEX triplet: F7, 00 and 75. RGB value is (247,0,117). Sum of RGB (Red+Green+Blue) = 247+0+117=364 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.86% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 247 - color contains mainly: red. Hex color #F70075 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70075 is #08FF8A. Grayscale: #565656. Windows color (decimal): -589707 or 7667959. OLE color: 7667959.
HSL color Cylindrical-coordinate representation of color #F70075: hue angle of 331.58º 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 #F70075 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 117 | - |
| CMYK | 0 | 1 | 0.53 | 0.03 |
| HSL | 331.58º | 1% | 0.48% | - |
| HSV(B) | 331.58º | 1% | 0.97% | - |
| XYZ | 41.57 | 21.06 | 18.7 | - |
| YUV | 87.19 | 144.83 | 241.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 117 | 0 | 1 | 0.53 | 0.03 | 331.58 | 1 | 0.48 |
| Hex | F7 | 0 | 75 | 0 | 64 | 35 | 3 | 14C | 64 | 30 |
| Octal | 367 | 0 | 165 | 0 | 144 | 65 | 3 | 514 | 144 | 60 |
| Binary | 11110111 | 0 | 1110101 | 0 | 1100100 | 110101 | 11 | 101001100 | 1100100 | 110000 |
Color Harmonies of #F70075
Complementary color
Monochromatic Colors of #F70075
Black with #F70075
Text Example
Text Example
White with #F70075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70075; }
p { color: rgb(247,0,117); }
H1.HeaderClassName
{
color: #F70075;
}
.AnyTagClassName
{
color: #F70075;
}
</style>
background-color css
<style>
a { background-color: #F70075; }
a { background-color: rgb(247,0,117); }
div.DivClassName
{
background-color: #F70075;
}
.BgClassName
{
background-color: #F70075;
}
</style>
border-color css
<style>
span { border-color: #F70075; }
span { border-color: rgb(247,0,117); }
td.TdClassName
{
border-color: #F70075;
}
.TagClassName
{
border-color: #F70075;
}
</style>