Shades of Razzmatazz #F30758
Tints of Razzmatazz #F30758
RGB
CMYK
RGB Variations
Color information
#F30758 (or 0xF30758) is known color: Razzmatazz. HEX triplet: F3, 07 and 58. RGB value is (243,7,88). Sum of RGB (Red+Green+Blue) = 243+7+88=338 (44% of max value = 765). Red value is 243 (95.31% from 255 or 71.89% from 338); Green value is 7 (3.12% from 255 or 2.07% from 338); Blue value is 88 (34.77% from 255 or 26.04% from 338); Max value from RGB is 243 - color contains mainly: red. Hex color #F30758 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30758 is #0CF8A7. Grayscale: #565656. Windows color (decimal): -850088 or 5769203. OLE color: 5769203.
HSL color Cylindrical-coordinate representation of color #F30758: hue angle of 339.41º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F30758 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 7 | 88 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.05 |
| HSL | 339.41º | 0.94% | 0.49% | - |
| HSV(B) | 339.41º | 0.97% | 0.95% | - |
| XYZ | 38.8 | 19.91 | 11.03 | - |
| YUV | 86.8 | 128.69 | 239.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 7 | 88 | 0 | 0.97 | 0.64 | 0.05 | 339.41 | 0.94 | 0.49 |
| Hex | F3 | 7 | 58 | 0 | 61 | 40 | 5 | 153 | 5E | 31 |
| Octal | 363 | 7 | 130 | 0 | 141 | 100 | 5 | 523 | 136 | 61 |
| Binary | 11110011 | 111 | 1011000 | 0 | 1100001 | 1000000 | 101 | 101010011 | 1011110 | 110001 |
Color Harmonies of #F30758
Complementary color
Monochromatic Colors of #F30758
Black with #F30758
Text Example
Text Example
White with #F30758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30758; }
p { color: rgb(243,7,88); }
H1.HeaderClassName
{
color: #F30758;
}
.AnyTagClassName
{
color: #F30758;
}
</style>
background-color css
<style>
a { background-color: #F30758; }
a { background-color: rgb(243,7,88); }
div.DivClassName
{
background-color: #F30758;
}
.BgClassName
{
background-color: #F30758;
}
</style>
border-color css
<style>
span { border-color: #F30758; }
span { border-color: rgb(243,7,88); }
td.TdClassName
{
border-color: #F30758;
}
.TagClassName
{
border-color: #F30758;
}
</style>