Shades of Razzmatazz #F70675
Tints of Razzmatazz #F70675
RGB
CMYK
RGB Variations
Color information
#F70675 (or 0xF70675) is known color: Razzmatazz. HEX triplet: F7, 06 and 75. RGB value is (247,6,117). Sum of RGB (Red+Green+Blue) = 247+6+117=370 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.76% from 370); Green value is 6 (2.73% from 255 or 1.62% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 247 - color contains mainly: red. Hex color #F70675 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70675 is #08F98A. Grayscale: #5A5A5A. Windows color (decimal): -588171 or 7669495. OLE color: 7669495.
HSL color Cylindrical-coordinate representation of color #F70675: hue angle of 332.37º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F70675 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 6 | 117 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.03 |
| HSL | 332.37º | 0.95% | 0.5% | - |
| HSV(B) | 332.37º | 0.98% | 0.97% | - |
| XYZ | 41.63 | 21.19 | 18.73 | - |
| YUV | 90.71 | 142.84 | 239.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 117 | 0 | 0.98 | 0.53 | 0.03 | 332.37 | 0.95 | 0.5 |
| Hex | F7 | 6 | 75 | 0 | 62 | 35 | 3 | 14C | 5F | 32 |
| Octal | 367 | 6 | 165 | 0 | 142 | 65 | 3 | 514 | 137 | 62 |
| Binary | 11110111 | 110 | 1110101 | 0 | 1100010 | 110101 | 11 | 101001100 | 1011111 | 110010 |
Color Harmonies of #F70675
Complementary color
Monochromatic Colors of #F70675
Black with #F70675
Text Example
Text Example
White with #F70675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70675; }
p { color: rgb(247,6,117); }
H1.HeaderClassName
{
color: #F70675;
}
.AnyTagClassName
{
color: #F70675;
}
</style>
background-color css
<style>
a { background-color: #F70675; }
a { background-color: rgb(247,6,117); }
div.DivClassName
{
background-color: #F70675;
}
.BgClassName
{
background-color: #F70675;
}
</style>
border-color css
<style>
span { border-color: #F70675; }
span { border-color: rgb(247,6,117); }
td.TdClassName
{
border-color: #F70675;
}
.TagClassName
{
border-color: #F70675;
}
</style>