Shades of Razzmatazz #F3005C
Tints of Razzmatazz #F3005C
RGB
CMYK
RGB Variations
Color information
#F3005C (or 0xF3005C) is known color: Razzmatazz. HEX triplet: F3, 00 and 5C. RGB value is (243,0,92). Sum of RGB (Red+Green+Blue) = 243+0+92=335 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.54% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 243 - color contains mainly: red. Hex color #F3005C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3005C is #0CFFA3. Grayscale: #535353. Windows color (decimal): -851876 or 6029555. OLE color: 6029555.
HSL color Cylindrical-coordinate representation of color #F3005C: hue angle of 337.28º 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 #F3005C is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.62 | 0.05 |
| HSL | 337.28º | 1% | 0.48% | - |
| HSV(B) | 337.28º | 1% | 0.95% | - |
| XYZ | 38.89 | 19.83 | 11.9 | - |
| YUV | 83.15 | 133.01 | 242.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 92 | 0 | 1 | 0.62 | 0.05 | 337.28 | 1 | 0.48 |
| Hex | F3 | 0 | 5C | 0 | 64 | 3E | 5 | 151 | 64 | 30 |
| Octal | 363 | 0 | 134 | 0 | 144 | 76 | 5 | 521 | 144 | 60 |
| Binary | 11110011 | 0 | 1011100 | 0 | 1100100 | 111110 | 101 | 101010001 | 1100100 | 110000 |
Color Harmonies of #F3005C
Complementary color
Monochromatic Colors of #F3005C
Black with #F3005C
Text Example
Text Example
White with #F3005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3005C; }
p { color: rgb(243,0,92); }
H1.HeaderClassName
{
color: #F3005C;
}
.AnyTagClassName
{
color: #F3005C;
}
</style>
background-color css
<style>
a { background-color: #F3005C; }
a { background-color: rgb(243,0,92); }
div.DivClassName
{
background-color: #F3005C;
}
.BgClassName
{
background-color: #F3005C;
}
</style>
border-color css
<style>
span { border-color: #F3005C; }
span { border-color: rgb(243,0,92); }
td.TdClassName
{
border-color: #F3005C;
}
.TagClassName
{
border-color: #F3005C;
}
</style>