Shades of Razzmatazz #F70D5E
Tints of Razzmatazz #F70D5E
RGB
CMYK
RGB Variations
Color information
#F70D5E (or 0xF70D5E) is known color: Razzmatazz. HEX triplet: F7, 0D and 5E. RGB value is (247,13,94). Sum of RGB (Red+Green+Blue) = 247+13+94=354 (46% of max value = 765). Red value is 247 (96.88% from 255 or 69.77% from 354); Green value is 13 (5.47% from 255 or 3.67% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 247 - color contains mainly: red. Hex color #F70D5E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70D5E is #08F2A1. Grayscale: #5C5C5C. Windows color (decimal): -586402 or 6163959. OLE color: 6163959.
HSL color Cylindrical-coordinate representation of color #F70D5E: hue angle of 339.23º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F70D5E is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 13 | 94 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.03 |
| HSL | 339.23º | 0.94% | 0.51% | - |
| HSV(B) | 339.23º | 0.95% | 0.97% | - |
| XYZ | 40.52 | 20.87 | 12.48 | - |
| YUV | 92.2 | 129.02 | 238.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 13 | 94 | 0 | 0.95 | 0.62 | 0.03 | 339.23 | 0.94 | 0.51 |
| Hex | F7 | D | 5E | 0 | 5F | 3E | 3 | 153 | 5E | 33 |
| Octal | 367 | 15 | 136 | 0 | 137 | 76 | 3 | 523 | 136 | 63 |
| Binary | 11110111 | 1101 | 1011110 | 0 | 1011111 | 111110 | 11 | 101010011 | 1011110 | 110011 |
Color Harmonies of #F70D5E
Complementary color
Monochromatic Colors of #F70D5E
Black with #F70D5E
Text Example
Text Example
White with #F70D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70D5E; }
p { color: rgb(247,13,94); }
H1.HeaderClassName
{
color: #F70D5E;
}
.AnyTagClassName
{
color: #F70D5E;
}
</style>
background-color css
<style>
a { background-color: #F70D5E; }
a { background-color: rgb(247,13,94); }
div.DivClassName
{
background-color: #F70D5E;
}
.BgClassName
{
background-color: #F70D5E;
}
</style>
border-color css
<style>
span { border-color: #F70D5E; }
span { border-color: rgb(247,13,94); }
td.TdClassName
{
border-color: #F70D5E;
}
.TagClassName
{
border-color: #F70D5E;
}
</style>