Shades of Razzmatazz #F30573
Tints of Razzmatazz #F30573
RGB
CMYK
RGB Variations
Color information
#F30573 (or 0xF30573) is known color: Razzmatazz. HEX triplet: F3, 05 and 73. RGB value is (243,5,115). Sum of RGB (Red+Green+Blue) = 243+5+115=363 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.94% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 243 - color contains mainly: red. Hex color #F30573 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30573 is #0CFA8C. Grayscale: #585858. Windows color (decimal): -850573 or 7538163. OLE color: 7538163.
HSL color Cylindrical-coordinate representation of color #F30573: hue angle of 332.27º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F30573 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 5 | 115 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.05 |
| HSL | 332.27º | 0.96% | 0.49% | - |
| HSV(B) | 332.27º | 0.98% | 0.95% | - |
| XYZ | 40.11 | 20.4 | 18.04 | - |
| YUV | 88.7 | 142.85 | 238.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 5 | 115 | 0 | 0.98 | 0.53 | 0.05 | 332.27 | 0.96 | 0.49 |
| Hex | F3 | 5 | 73 | 0 | 62 | 35 | 5 | 14C | 60 | 31 |
| Octal | 363 | 5 | 163 | 0 | 142 | 65 | 5 | 514 | 140 | 61 |
| Binary | 11110011 | 101 | 1110011 | 0 | 1100010 | 110101 | 101 | 101001100 | 1100000 | 110001 |
Color Harmonies of #F30573
Complementary color
Monochromatic Colors of #F30573
Black with #F30573
Text Example
Text Example
White with #F30573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30573; }
p { color: rgb(243,5,115); }
H1.HeaderClassName
{
color: #F30573;
}
.AnyTagClassName
{
color: #F30573;
}
</style>
background-color css
<style>
a { background-color: #F30573; }
a { background-color: rgb(243,5,115); }
div.DivClassName
{
background-color: #F30573;
}
.BgClassName
{
background-color: #F30573;
}
</style>
border-color css
<style>
span { border-color: #F30573; }
span { border-color: rgb(243,5,115); }
td.TdClassName
{
border-color: #F30573;
}
.TagClassName
{
border-color: #F30573;
}
</style>