Shades of Razzmatazz #F50458
Tints of Razzmatazz #F50458
RGB
CMYK
RGB Variations
Color information
#F50458 (or 0xF50458) is known color: Razzmatazz. HEX triplet: F5, 04 and 58. RGB value is (245,4,88). Sum of RGB (Red+Green+Blue) = 245+4+88=337 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.70% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 245 - color contains mainly: red. Hex color #F50458 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50458 is #0AFBA7. Grayscale: #555555. Windows color (decimal): -719784 or 5768437. OLE color: 5768437.
HSL color Cylindrical-coordinate representation of color #F50458: hue angle of 339.09º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F50458 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 4 | 88 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.04 |
| HSL | 339.09º | 0.97% | 0.49% | - |
| HSV(B) | 339.09º | 0.98% | 0.96% | - |
| XYZ | 39.46 | 20.2 | 11.05 | - |
| YUV | 85.64 | 129.34 | 241.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 4 | 88 | 0 | 0.98 | 0.64 | 0.04 | 339.09 | 0.97 | 0.49 |
| Hex | F5 | 4 | 58 | 0 | 62 | 40 | 4 | 153 | 61 | 31 |
| Octal | 365 | 4 | 130 | 0 | 142 | 100 | 4 | 523 | 141 | 61 |
| Binary | 11110101 | 100 | 1011000 | 0 | 1100010 | 1000000 | 100 | 101010011 | 1100001 | 110001 |
Color Harmonies of #F50458
Complementary color
Monochromatic Colors of #F50458
Black with #F50458
Text Example
Text Example
White with #F50458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50458; }
p { color: rgb(245,4,88); }
H1.HeaderClassName
{
color: #F50458;
}
.AnyTagClassName
{
color: #F50458;
}
</style>
background-color css
<style>
a { background-color: #F50458; }
a { background-color: rgb(245,4,88); }
div.DivClassName
{
background-color: #F50458;
}
.BgClassName
{
background-color: #F50458;
}
</style>
border-color css
<style>
span { border-color: #F50458; }
span { border-color: rgb(245,4,88); }
td.TdClassName
{
border-color: #F50458;
}
.TagClassName
{
border-color: #F50458;
}
</style>