Shades of Razzmatazz #F50C74
Tints of Razzmatazz #F50C74
RGB
CMYK
RGB Variations
Color information
#F50C74 (or 0xF50C74) is known color: Razzmatazz. HEX triplet: F5, 0C and 74. RGB value is (245,12,116). Sum of RGB (Red+Green+Blue) = 245+12+116=373 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.68% from 373); Green value is 12 (5.08% from 255 or 3.22% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 245 - color contains mainly: red. Hex color #F50C74 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50C74 is #0AF38B. Grayscale: #5D5D5D. Windows color (decimal): -717708 or 7605493. OLE color: 7605493.
HSL color Cylindrical-coordinate representation of color #F50C74: hue angle of 333.22º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F50C74 is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 12 | 116 | - |
| CMYK | 0 | 0.95 | 0.53 | 0.04 |
| HSL | 333.22º | 0.92% | 0.5% | - |
| HSV(B) | 333.22º | 0.95% | 0.96% | - |
| XYZ | 40.94 | 20.94 | 18.41 | - |
| YUV | 93.52 | 140.69 | 236.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 12 | 116 | 0 | 0.95 | 0.53 | 0.04 | 333.22 | 0.92 | 0.5 |
| Hex | F5 | C | 74 | 0 | 5F | 35 | 4 | 14D | 5C | 32 |
| Octal | 365 | 14 | 164 | 0 | 137 | 65 | 4 | 515 | 134 | 62 |
| Binary | 11110101 | 1100 | 1110100 | 0 | 1011111 | 110101 | 100 | 101001101 | 1011100 | 110010 |
Color Harmonies of #F50C74
Complementary color
Monochromatic Colors of #F50C74
Black with #F50C74
Text Example
Text Example
White with #F50C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50C74; }
p { color: rgb(245,12,116); }
H1.HeaderClassName
{
color: #F50C74;
}
.AnyTagClassName
{
color: #F50C74;
}
</style>
background-color css
<style>
a { background-color: #F50C74; }
a { background-color: rgb(245,12,116); }
div.DivClassName
{
background-color: #F50C74;
}
.BgClassName
{
background-color: #F50C74;
}
</style>
border-color css
<style>
span { border-color: #F50C74; }
span { border-color: rgb(245,12,116); }
td.TdClassName
{
border-color: #F50C74;
}
.TagClassName
{
border-color: #F50C74;
}
</style>