Shades of Razzmatazz #F30754
Tints of Razzmatazz #F30754
RGB
CMYK
RGB Variations
Color information
#F30754 (or 0xF30754) is known color: Razzmatazz. HEX triplet: F3, 07 and 54. RGB value is (243,7,84). Sum of RGB (Red+Green+Blue) = 243+7+84=334 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.75% from 334); Green value is 7 (3.12% from 255 or 2.10% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 243 - color contains mainly: red. Hex color #F30754 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30754 is #0CF8AB. Grayscale: #565656. Windows color (decimal): -850092 or 5507059. OLE color: 5507059.
HSL color Cylindrical-coordinate representation of color #F30754: hue angle of 340.42º 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 #F30754 is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 7 | 84 | - |
| CMYK | 0 | 0.97 | 0.65 | 0.05 |
| HSL | 340.42º | 0.94% | 0.49% | - |
| HSV(B) | 340.42º | 0.97% | 0.95% | - |
| XYZ | 38.64 | 19.85 | 10.18 | - |
| YUV | 86.34 | 126.69 | 239.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 7 | 84 | 0 | 0.97 | 0.65 | 0.05 | 340.42 | 0.94 | 0.49 |
| Hex | F3 | 7 | 54 | 0 | 61 | 41 | 5 | 154 | 5E | 31 |
| Octal | 363 | 7 | 124 | 0 | 141 | 101 | 5 | 524 | 136 | 61 |
| Binary | 11110011 | 111 | 1010100 | 0 | 1100001 | 1000001 | 101 | 101010100 | 1011110 | 110001 |
Color Harmonies of #F30754
Complementary color
Monochromatic Colors of #F30754
Black with #F30754
Text Example
Text Example
White with #F30754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30754; }
p { color: rgb(243,7,84); }
H1.HeaderClassName
{
color: #F30754;
}
.AnyTagClassName
{
color: #F30754;
}
</style>
background-color css
<style>
a { background-color: #F30754; }
a { background-color: rgb(243,7,84); }
div.DivClassName
{
background-color: #F30754;
}
.BgClassName
{
background-color: #F30754;
}
</style>
border-color css
<style>
span { border-color: #F30754; }
span { border-color: rgb(243,7,84); }
td.TdClassName
{
border-color: #F30754;
}
.TagClassName
{
border-color: #F30754;
}
</style>