Shades of Razzmatazz #F70D54
Tints of Razzmatazz #F70D54
RGB
CMYK
RGB Variations
Color information
#F70D54 (or 0xF70D54) is known color: Razzmatazz. HEX triplet: F7, 0D and 54. RGB value is (247,13,84). Sum of RGB (Red+Green+Blue) = 247+13+84=344 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.80% from 344); Green value is 13 (5.47% from 255 or 3.78% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 247 - color contains mainly: red. Hex color #F70D54 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70D54 is #08F2AB. Grayscale: #5B5B5B. Windows color (decimal): -586412 or 5508599. OLE color: 5508599.
HSL color Cylindrical-coordinate representation of color #F70D54: hue angle of 341.79º 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 #F70D54 is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 13 | 84 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.03 |
| HSL | 341.79º | 0.94% | 0.51% | - |
| HSV(B) | 341.79º | 0.95% | 0.97% | - |
| XYZ | 40.1 | 20.7 | 10.27 | - |
| YUV | 91.06 | 124.02 | 239.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 13 | 84 | 0 | 0.95 | 0.66 | 0.03 | 341.79 | 0.94 | 0.51 |
| Hex | F7 | D | 54 | 0 | 5F | 42 | 3 | 156 | 5E | 33 |
| Octal | 367 | 15 | 124 | 0 | 137 | 102 | 3 | 526 | 136 | 63 |
| Binary | 11110111 | 1101 | 1010100 | 0 | 1011111 | 1000010 | 11 | 101010110 | 1011110 | 110011 |
Color Harmonies of #F70D54
Complementary color
Monochromatic Colors of #F70D54
Black with #F70D54
Text Example
Text Example
White with #F70D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70D54; }
p { color: rgb(247,13,84); }
H1.HeaderClassName
{
color: #F70D54;
}
.AnyTagClassName
{
color: #F70D54;
}
</style>
background-color css
<style>
a { background-color: #F70D54; }
a { background-color: rgb(247,13,84); }
div.DivClassName
{
background-color: #F70D54;
}
.BgClassName
{
background-color: #F70D54;
}
</style>
border-color css
<style>
span { border-color: #F70D54; }
span { border-color: rgb(247,13,84); }
td.TdClassName
{
border-color: #F70D54;
}
.TagClassName
{
border-color: #F70D54;
}
</style>