Shades of Razzmatazz #F70370
Tints of Razzmatazz #F70370
RGB
CMYK
RGB Variations
Color information
#F70370 (or 0xF70370) is known color: Razzmatazz. HEX triplet: F7, 03 and 70. RGB value is (247,3,112). Sum of RGB (Red+Green+Blue) = 247+3+112=362 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.23% from 362); Green value is 3 (1.56% from 255 or 0.83% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 247 - color contains mainly: red. Hex color #F70370 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70370 is #08FC8F. Grayscale: #585858. Windows color (decimal): -588944 or 7341047. OLE color: 7341047.
HSL color Cylindrical-coordinate representation of color #F70370: hue angle of 333.2º 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 #F70370 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 3 | 112 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.03 |
| HSL | 333.2º | 0.98% | 0.49% | - |
| HSV(B) | 333.2º | 0.99% | 0.97% | - |
| XYZ | 41.31 | 21.01 | 17.21 | - |
| YUV | 88.38 | 141.34 | 241.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 3 | 112 | 0 | 0.99 | 0.55 | 0.03 | 333.2 | 0.98 | 0.49 |
| Hex | F7 | 3 | 70 | 0 | 63 | 37 | 3 | 14D | 62 | 31 |
| Octal | 367 | 3 | 160 | 0 | 143 | 67 | 3 | 515 | 142 | 61 |
| Binary | 11110111 | 11 | 1110000 | 0 | 1100011 | 110111 | 11 | 101001101 | 1100010 | 110001 |
Color Harmonies of #F70370
Complementary color
Monochromatic Colors of #F70370
Black with #F70370
Text Example
Text Example
White with #F70370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70370; }
p { color: rgb(247,3,112); }
H1.HeaderClassName
{
color: #F70370;
}
.AnyTagClassName
{
color: #F70370;
}
</style>
background-color css
<style>
a { background-color: #F70370; }
a { background-color: rgb(247,3,112); }
div.DivClassName
{
background-color: #F70370;
}
.BgClassName
{
background-color: #F70370;
}
</style>
border-color css
<style>
span { border-color: #F70370; }
span { border-color: rgb(247,3,112); }
td.TdClassName
{
border-color: #F70370;
}
.TagClassName
{
border-color: #F70370;
}
</style>