Shades of Razzmatazz #F30F53
Tints of Razzmatazz #F30F53
RGB
CMYK
RGB Variations
Color information
#F30F53 (or 0xF30F53) is known color: Razzmatazz. HEX triplet: F3, 0F and 53. RGB value is (243,15,83). Sum of RGB (Red+Green+Blue) = 243+15+83=341 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.26% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 243 - color contains mainly: red. Hex color #F30F53 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30F53 is #0CF0AC. Grayscale: #5A5A5A. Windows color (decimal): -848045 or 5443571. OLE color: 5443571.
HSL color Cylindrical-coordinate representation of color #F30F53: hue angle of 342.11º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F30F53 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 15 | 83 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.05 |
| HSL | 342.11º | 0.9% | 0.51% | - |
| HSV(B) | 342.11º | 0.94% | 0.95% | - |
| XYZ | 38.69 | 20.02 | 10.01 | - |
| YUV | 90.92 | 123.54 | 236.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 83 | 0 | 0.94 | 0.66 | 0.05 | 342.11 | 0.9 | 0.51 |
| Hex | F3 | F | 53 | 0 | 5E | 42 | 5 | 156 | 5A | 33 |
| Octal | 363 | 17 | 123 | 0 | 136 | 102 | 5 | 526 | 132 | 63 |
| Binary | 11110011 | 1111 | 1010011 | 0 | 1011110 | 1000010 | 101 | 101010110 | 1011010 | 110011 |
Color Harmonies of #F30F53
Complementary color
Monochromatic Colors of #F30F53
Black with #F30F53
Text Example
Text Example
White with #F30F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30F53; }
p { color: rgb(243,15,83); }
H1.HeaderClassName
{
color: #F30F53;
}
.AnyTagClassName
{
color: #F30F53;
}
</style>
background-color css
<style>
a { background-color: #F30F53; }
a { background-color: rgb(243,15,83); }
div.DivClassName
{
background-color: #F30F53;
}
.BgClassName
{
background-color: #F30F53;
}
</style>
border-color css
<style>
span { border-color: #F30F53; }
span { border-color: rgb(243,15,83); }
td.TdClassName
{
border-color: #F30F53;
}
.TagClassName
{
border-color: #F30F53;
}
</style>