Shades of Razzmatazz #F30753
Tints of Razzmatazz #F30753
RGB
CMYK
RGB Variations
Color information
#F30753 (or 0xF30753) is known color: Razzmatazz. HEX triplet: F3, 07 and 53. RGB value is (243,7,83). Sum of RGB (Red+Green+Blue) = 243+7+83=333 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.97% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 243 - color contains mainly: red. Hex color #F30753 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30753 is #0CF8AC. Grayscale: #565656. Windows color (decimal): -850093 or 5441523. OLE color: 5441523.
HSL color Cylindrical-coordinate representation of color #F30753: hue angle of 340.68º 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 #F30753 is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 7 | 83 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.05 |
| HSL | 340.68º | 0.94% | 0.49% | - |
| HSV(B) | 340.68º | 0.97% | 0.95% | - |
| XYZ | 38.6 | 19.83 | 9.98 | - |
| YUV | 86.23 | 126.19 | 239.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 7 | 83 | 0 | 0.97 | 0.66 | 0.05 | 340.68 | 0.94 | 0.49 |
| Hex | F3 | 7 | 53 | 0 | 61 | 42 | 5 | 155 | 5E | 31 |
| Octal | 363 | 7 | 123 | 0 | 141 | 102 | 5 | 525 | 136 | 61 |
| Binary | 11110011 | 111 | 1010011 | 0 | 1100001 | 1000010 | 101 | 101010101 | 1011110 | 110001 |
Color Harmonies of #F30753
Complementary color
Monochromatic Colors of #F30753
Black with #F30753
Text Example
Text Example
White with #F30753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30753; }
p { color: rgb(243,7,83); }
H1.HeaderClassName
{
color: #F30753;
}
.AnyTagClassName
{
color: #F30753;
}
</style>
background-color css
<style>
a { background-color: #F30753; }
a { background-color: rgb(243,7,83); }
div.DivClassName
{
background-color: #F30753;
}
.BgClassName
{
background-color: #F30753;
}
</style>
border-color css
<style>
span { border-color: #F30753; }
span { border-color: rgb(243,7,83); }
td.TdClassName
{
border-color: #F30753;
}
.TagClassName
{
border-color: #F30753;
}
</style>