Shades of Razzmatazz #F30973
Tints of Razzmatazz #F30973
RGB
CMYK
RGB Variations
Color information
#F30973 (or 0xF30973) is known color: Razzmatazz. HEX triplet: F3, 09 and 73. RGB value is (243,9,115). Sum of RGB (Red+Green+Blue) = 243+9+115=367 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.21% from 367); Green value is 9 (3.91% from 255 or 2.45% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 243 - color contains mainly: red. Hex color #F30973 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30973 is #0CF68C. Grayscale: #5A5A5A. Windows color (decimal): -849549 or 7539187. OLE color: 7539187.
HSL color Cylindrical-coordinate representation of color #F30973: hue angle of 332.82º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F30973 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 115 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.05 |
| HSL | 332.82º | 0.93% | 0.49% | - |
| HSV(B) | 332.82º | 0.96% | 0.95% | - |
| XYZ | 40.15 | 20.49 | 18.06 | - |
| YUV | 91.05 | 141.52 | 236.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 115 | 0 | 0.96 | 0.53 | 0.05 | 332.82 | 0.93 | 0.49 |
| Hex | F3 | 9 | 73 | 0 | 60 | 35 | 5 | 14D | 5D | 31 |
| Octal | 363 | 11 | 163 | 0 | 140 | 65 | 5 | 515 | 135 | 61 |
| Binary | 11110011 | 1001 | 1110011 | 0 | 1100000 | 110101 | 101 | 101001101 | 1011101 | 110001 |
Color Harmonies of #F30973
Complementary color
Monochromatic Colors of #F30973
Black with #F30973
Text Example
Text Example
White with #F30973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30973; }
p { color: rgb(243,9,115); }
H1.HeaderClassName
{
color: #F30973;
}
.AnyTagClassName
{
color: #F30973;
}
</style>
background-color css
<style>
a { background-color: #F30973; }
a { background-color: rgb(243,9,115); }
div.DivClassName
{
background-color: #F30973;
}
.BgClassName
{
background-color: #F30973;
}
</style>
border-color css
<style>
span { border-color: #F30973; }
span { border-color: rgb(243,9,115); }
td.TdClassName
{
border-color: #F30973;
}
.TagClassName
{
border-color: #F30973;
}
</style>