Shades of Razzmatazz #F30951
Tints of Razzmatazz #F30951
RGB
CMYK
RGB Variations
Color information
#F30951 (or 0xF30951) is known color: Razzmatazz. HEX triplet: F3, 09 and 51. RGB value is (243,9,81). Sum of RGB (Red+Green+Blue) = 243+9+81=333 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.97% from 333); Green value is 9 (3.91% from 255 or 2.70% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 243 - color contains mainly: red. Hex color #F30951 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30951 is #0CF6AE. Grayscale: #575757. Windows color (decimal): -849583 or 5310963. OLE color: 5310963.
HSL color Cylindrical-coordinate representation of color #F30951: hue angle of 341.54º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F30951 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 81 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.05 |
| HSL | 341.54º | 0.93% | 0.49% | - |
| HSV(B) | 341.54º | 0.96% | 0.95% | - |
| XYZ | 38.55 | 19.84 | 9.58 | - |
| YUV | 87.17 | 124.52 | 239.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 81 | 0 | 0.96 | 0.67 | 0.05 | 341.54 | 0.93 | 0.49 |
| Hex | F3 | 9 | 51 | 0 | 60 | 43 | 5 | 156 | 5D | 31 |
| Octal | 363 | 11 | 121 | 0 | 140 | 103 | 5 | 526 | 135 | 61 |
| Binary | 11110011 | 1001 | 1010001 | 0 | 1100000 | 1000011 | 101 | 101010110 | 1011101 | 110001 |
Color Harmonies of #F30951
Complementary color
Monochromatic Colors of #F30951
Black with #F30951
Text Example
Text Example
White with #F30951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30951; }
p { color: rgb(243,9,81); }
H1.HeaderClassName
{
color: #F30951;
}
.AnyTagClassName
{
color: #F30951;
}
</style>
background-color css
<style>
a { background-color: #F30951; }
a { background-color: rgb(243,9,81); }
div.DivClassName
{
background-color: #F30951;
}
.BgClassName
{
background-color: #F30951;
}
</style>
border-color css
<style>
span { border-color: #F30951; }
span { border-color: rgb(243,9,81); }
td.TdClassName
{
border-color: #F30951;
}
.TagClassName
{
border-color: #F30951;
}
</style>