Shades of Razzmatazz #F3005E
Tints of Razzmatazz #F3005E
RGB
CMYK
RGB Variations
Color information
#F3005E (or 0xF3005E) is known color: Razzmatazz. HEX triplet: F3, 00 and 5E. RGB value is (243,0,94). Sum of RGB (Red+Green+Blue) = 243+0+94=337 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.11% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 243 - color contains mainly: red. Hex color #F3005E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3005E is #0CFFA1. Grayscale: #535353. Windows color (decimal): -851874 or 6160627. OLE color: 6160627.
HSL color Cylindrical-coordinate representation of color #F3005E: hue angle of 336.79º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F3005E is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 94 | - |
| CMYK | 0 | 1 | 0.61 | 0.05 |
| HSL | 336.79º | 1% | 0.48% | - |
| HSV(B) | 336.79º | 1% | 0.95% | - |
| XYZ | 38.98 | 19.86 | 12.37 | - |
| YUV | 83.37 | 134.01 | 241.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 94 | 0 | 1 | 0.61 | 0.05 | 336.79 | 1 | 0.48 |
| Hex | F3 | 0 | 5E | 0 | 64 | 3D | 5 | 151 | 64 | 30 |
| Octal | 363 | 0 | 136 | 0 | 144 | 75 | 5 | 521 | 144 | 60 |
| Binary | 11110011 | 0 | 1011110 | 0 | 1100100 | 111101 | 101 | 101010001 | 1100100 | 110000 |
Color Harmonies of #F3005E
Complementary color
Monochromatic Colors of #F3005E
Black with #F3005E
Text Example
Text Example
White with #F3005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3005E; }
p { color: rgb(243,0,94); }
H1.HeaderClassName
{
color: #F3005E;
}
.AnyTagClassName
{
color: #F3005E;
}
</style>
background-color css
<style>
a { background-color: #F3005E; }
a { background-color: rgb(243,0,94); }
div.DivClassName
{
background-color: #F3005E;
}
.BgClassName
{
background-color: #F3005E;
}
</style>
border-color css
<style>
span { border-color: #F3005E; }
span { border-color: rgb(243,0,94); }
td.TdClassName
{
border-color: #F3005E;
}
.TagClassName
{
border-color: #F3005E;
}
</style>