Shades of Razzmatazz #F3004D
Tints of Razzmatazz #F3004D
RGB
CMYK
RGB Variations
Color information
#F3004D (or 0xF3004D) is known color: Razzmatazz. HEX triplet: F3, 00 and 4D. RGB value is (243,0,77). Sum of RGB (Red+Green+Blue) = 243+0+77=320 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.94% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 243 - color contains mainly: red. Hex color #F3004D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3004D is #0CFFB2. Grayscale: #515151. Windows color (decimal): -851891 or 5046515. OLE color: 5046515.
HSL color Cylindrical-coordinate representation of color #F3004D: hue angle of 340.99º 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 #F3004D is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 77 | - |
| CMYK | 0 | 1 | 0.68 | 0.05 |
| HSL | 340.99º | 1% | 0.48% | - |
| HSV(B) | 340.99º | 1% | 0.95% | - |
| XYZ | 38.3 | 19.59 | 8.78 | - |
| YUV | 81.44 | 125.51 | 243.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 77 | 0 | 1 | 0.68 | 0.05 | 340.99 | 1 | 0.48 |
| Hex | F3 | 0 | 4D | 0 | 64 | 44 | 5 | 155 | 64 | 30 |
| Octal | 363 | 0 | 115 | 0 | 144 | 104 | 5 | 525 | 144 | 60 |
| Binary | 11110011 | 0 | 1001101 | 0 | 1100100 | 1000100 | 101 | 101010101 | 1100100 | 110000 |
Color Harmonies of #F3004D
Complementary color
Monochromatic Colors of #F3004D
Black with #F3004D
Text Example
Text Example
White with #F3004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3004D; }
p { color: rgb(243,0,77); }
H1.HeaderClassName
{
color: #F3004D;
}
.AnyTagClassName
{
color: #F3004D;
}
</style>
background-color css
<style>
a { background-color: #F3004D; }
a { background-color: rgb(243,0,77); }
div.DivClassName
{
background-color: #F3004D;
}
.BgClassName
{
background-color: #F3004D;
}
</style>
border-color css
<style>
span { border-color: #F3004D; }
span { border-color: rgb(243,0,77); }
td.TdClassName
{
border-color: #F3004D;
}
.TagClassName
{
border-color: #F3004D;
}
</style>