Shades of Razzmatazz #F30053
Tints of Razzmatazz #F30053
RGB
CMYK
RGB Variations
Color information
#F30053 (or 0xF30053) is known color: Razzmatazz. HEX triplet: F3, 00 and 53. RGB value is (243,0,83). Sum of RGB (Red+Green+Blue) = 243+0+83=326 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.54% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 243 - color contains mainly: red. Hex color #F30053 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30053 is #0CFFAC. Grayscale: #525252. Windows color (decimal): -851885 or 5439731. OLE color: 5439731.
HSL color Cylindrical-coordinate representation of color #F30053: hue angle of 339.51º 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 #F30053 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 83 | - |
| CMYK | 0 | 1 | 0.66 | 0.05 |
| HSL | 339.51º | 1% | 0.48% | - |
| HSV(B) | 339.51º | 1% | 0.95% | - |
| XYZ | 38.52 | 19.68 | 9.95 | - |
| YUV | 82.12 | 128.51 | 242.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 83 | 0 | 1 | 0.66 | 0.05 | 339.51 | 1 | 0.48 |
| Hex | F3 | 0 | 53 | 0 | 64 | 42 | 5 | 154 | 64 | 30 |
| Octal | 363 | 0 | 123 | 0 | 144 | 102 | 5 | 524 | 144 | 60 |
| Binary | 11110011 | 0 | 1010011 | 0 | 1100100 | 1000010 | 101 | 101010100 | 1100100 | 110000 |
Color Harmonies of #F30053
Complementary color
Monochromatic Colors of #F30053
Black with #F30053
Text Example
Text Example
White with #F30053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30053; }
p { color: rgb(243,0,83); }
H1.HeaderClassName
{
color: #F30053;
}
.AnyTagClassName
{
color: #F30053;
}
</style>
background-color css
<style>
a { background-color: #F30053; }
a { background-color: rgb(243,0,83); }
div.DivClassName
{
background-color: #F30053;
}
.BgClassName
{
background-color: #F30053;
}
</style>
border-color css
<style>
span { border-color: #F30053; }
span { border-color: rgb(243,0,83); }
td.TdClassName
{
border-color: #F30053;
}
.TagClassName
{
border-color: #F30053;
}
</style>