Shades of Razzmatazz #F30F52
Tints of Razzmatazz #F30F52
RGB
CMYK
RGB Variations
Color information
#F30F52 (or 0xF30F52) is known color: Razzmatazz. HEX triplet: F3, 0F and 52. RGB value is (243,15,82). Sum of RGB (Red+Green+Blue) = 243+15+82=340 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.47% from 340); Green value is 15 (6.25% from 255 or 4.41% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 243 - color contains mainly: red. Hex color #F30F52 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30F52 is #0CF0AD. Grayscale: #5A5A5A. Windows color (decimal): -848046 or 5378035. OLE color: 5378035.
HSL color Cylindrical-coordinate representation of color #F30F52: hue angle of 342.37º 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 #F30F52 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 15 | 82 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.05 |
| HSL | 342.37º | 0.9% | 0.51% | - |
| HSV(B) | 342.37º | 0.94% | 0.95% | - |
| XYZ | 38.66 | 20.01 | 9.81 | - |
| YUV | 90.81 | 123.04 | 236.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 82 | 0 | 0.94 | 0.66 | 0.05 | 342.37 | 0.9 | 0.51 |
| Hex | F3 | F | 52 | 0 | 5E | 42 | 5 | 156 | 5A | 33 |
| Octal | 363 | 17 | 122 | 0 | 136 | 102 | 5 | 526 | 132 | 63 |
| Binary | 11110011 | 1111 | 1010010 | 0 | 1011110 | 1000010 | 101 | 101010110 | 1011010 | 110011 |
Color Harmonies of #F30F52
Complementary color
Monochromatic Colors of #F30F52
Black with #F30F52
Text Example
Text Example
White with #F30F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30F52; }
p { color: rgb(243,15,82); }
H1.HeaderClassName
{
color: #F30F52;
}
.AnyTagClassName
{
color: #F30F52;
}
</style>
background-color css
<style>
a { background-color: #F30F52; }
a { background-color: rgb(243,15,82); }
div.DivClassName
{
background-color: #F30F52;
}
.BgClassName
{
background-color: #F30F52;
}
</style>
border-color css
<style>
span { border-color: #F30F52; }
span { border-color: rgb(243,15,82); }
td.TdClassName
{
border-color: #F30F52;
}
.TagClassName
{
border-color: #F30F52;
}
</style>