Shades of Razzmatazz #F3005D
Tints of Razzmatazz #F3005D
RGB
CMYK
RGB Variations
Color information
#F3005D (or 0xF3005D) is known color: Razzmatazz. HEX triplet: F3, 00 and 5D. RGB value is (243,0,93). Sum of RGB (Red+Green+Blue) = 243+0+93=336 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.32% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 243 - color contains mainly: red. Hex color #F3005D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3005D is #0CFFA2. Grayscale: #535353. Windows color (decimal): -851875 or 6095091. OLE color: 6095091.
HSL color Cylindrical-coordinate representation of color #F3005D: hue angle of 337.04º 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 #F3005D is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 93 | - |
| CMYK | 0 | 1 | 0.62 | 0.05 |
| HSL | 337.04º | 1% | 0.48% | - |
| HSV(B) | 337.04º | 1% | 0.95% | - |
| XYZ | 38.94 | 19.85 | 12.13 | - |
| YUV | 83.26 | 133.51 | 241.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 93 | 0 | 1 | 0.62 | 0.05 | 337.04 | 1 | 0.48 |
| Hex | F3 | 0 | 5D | 0 | 64 | 3E | 5 | 151 | 64 | 30 |
| Octal | 363 | 0 | 135 | 0 | 144 | 76 | 5 | 521 | 144 | 60 |
| Binary | 11110011 | 0 | 1011101 | 0 | 1100100 | 111110 | 101 | 101010001 | 1100100 | 110000 |
Color Harmonies of #F3005D
Complementary color
Monochromatic Colors of #F3005D
Black with #F3005D
Text Example
Text Example
White with #F3005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3005D; }
p { color: rgb(243,0,93); }
H1.HeaderClassName
{
color: #F3005D;
}
.AnyTagClassName
{
color: #F3005D;
}
</style>
background-color css
<style>
a { background-color: #F3005D; }
a { background-color: rgb(243,0,93); }
div.DivClassName
{
background-color: #F3005D;
}
.BgClassName
{
background-color: #F3005D;
}
</style>
border-color css
<style>
span { border-color: #F3005D; }
span { border-color: rgb(243,0,93); }
td.TdClassName
{
border-color: #F3005D;
}
.TagClassName
{
border-color: #F3005D;
}
</style>