Shades of Razzmatazz #F50754
Tints of Razzmatazz #F50754
RGB
CMYK
RGB Variations
Color information
#F50754 (or 0xF50754) is known color: Razzmatazz. HEX triplet: F5, 07 and 54. RGB value is (245,7,84). Sum of RGB (Red+Green+Blue) = 245+7+84=336 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.92% from 336); Green value is 7 (3.12% from 255 or 2.08% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 245 - color contains mainly: red. Hex color #F50754 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50754 is #0AF8AB. Grayscale: #565656. Windows color (decimal): -719020 or 5507061. OLE color: 5507061.
HSL color Cylindrical-coordinate representation of color #F50754: hue angle of 340.59º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F50754 is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 7 | 84 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.04 |
| HSL | 340.59º | 0.94% | 0.49% | - |
| HSV(B) | 340.59º | 0.97% | 0.96% | - |
| XYZ | 39.33 | 20.2 | 10.21 | - |
| YUV | 86.94 | 126.35 | 240.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 7 | 84 | 0 | 0.97 | 0.66 | 0.04 | 340.59 | 0.94 | 0.49 |
| Hex | F5 | 7 | 54 | 0 | 61 | 42 | 4 | 155 | 5E | 31 |
| Octal | 365 | 7 | 124 | 0 | 141 | 102 | 4 | 525 | 136 | 61 |
| Binary | 11110101 | 111 | 1010100 | 0 | 1100001 | 1000010 | 100 | 101010101 | 1011110 | 110001 |
Color Harmonies of #F50754
Complementary color
Monochromatic Colors of #F50754
Black with #F50754
Text Example
Text Example
White with #F50754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50754; }
p { color: rgb(245,7,84); }
H1.HeaderClassName
{
color: #F50754;
}
.AnyTagClassName
{
color: #F50754;
}
</style>
background-color css
<style>
a { background-color: #F50754; }
a { background-color: rgb(245,7,84); }
div.DivClassName
{
background-color: #F50754;
}
.BgClassName
{
background-color: #F50754;
}
</style>
border-color css
<style>
span { border-color: #F50754; }
span { border-color: rgb(245,7,84); }
td.TdClassName
{
border-color: #F50754;
}
.TagClassName
{
border-color: #F50754;
}
</style>