Shades of Razzmatazz #F3075D
Tints of Razzmatazz #F3075D
RGB
CMYK
RGB Variations
Color information
#F3075D (or 0xF3075D) is known color: Razzmatazz. HEX triplet: F3, 07 and 5D. RGB value is (243,7,93). Sum of RGB (Red+Green+Blue) = 243+7+93=343 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.85% from 343); Green value is 7 (3.12% from 255 or 2.04% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 243 - color contains mainly: red. Hex color #F3075D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3075D is #0CF8A2. Grayscale: #575757. Windows color (decimal): -850083 or 6096883. OLE color: 6096883.
HSL color Cylindrical-coordinate representation of color #F3075D: hue angle of 338.14º 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 #F3075D is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 7 | 93 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.05 |
| HSL | 338.14º | 0.94% | 0.49% | - |
| HSV(B) | 338.14º | 0.97% | 0.95% | - |
| XYZ | 39.01 | 20 | 12.16 | - |
| YUV | 87.37 | 131.19 | 239.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 7 | 93 | 0 | 0.97 | 0.62 | 0.05 | 338.14 | 0.94 | 0.49 |
| Hex | F3 | 7 | 5D | 0 | 61 | 3E | 5 | 152 | 5E | 31 |
| Octal | 363 | 7 | 135 | 0 | 141 | 76 | 5 | 522 | 136 | 61 |
| Binary | 11110011 | 111 | 1011101 | 0 | 1100001 | 111110 | 101 | 101010010 | 1011110 | 110001 |
Color Harmonies of #F3075D
Complementary color
Monochromatic Colors of #F3075D
Black with #F3075D
Text Example
Text Example
White with #F3075D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3075D; }
p { color: rgb(243,7,93); }
H1.HeaderClassName
{
color: #F3075D;
}
.AnyTagClassName
{
color: #F3075D;
}
</style>
background-color css
<style>
a { background-color: #F3075D; }
a { background-color: rgb(243,7,93); }
div.DivClassName
{
background-color: #F3075D;
}
.BgClassName
{
background-color: #F3075D;
}
</style>
border-color css
<style>
span { border-color: #F3075D; }
span { border-color: rgb(243,7,93); }
td.TdClassName
{
border-color: #F3075D;
}
.TagClassName
{
border-color: #F3075D;
}
</style>