Shades of Razzmatazz #F30F4F
Tints of Razzmatazz #F30F4F
RGB
CMYK
RGB Variations
Color information
#F30F4F (or 0xF30F4F) is known color: Razzmatazz. HEX triplet: F3, 0F and 4F. RGB value is (243,15,79). Sum of RGB (Red+Green+Blue) = 243+15+79=337 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.11% from 337); Green value is 15 (6.25% from 255 or 4.45% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 243 - color contains mainly: red. Hex color #F30F4F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30F4F is #0CF0B0. Grayscale: #5A5A5A. Windows color (decimal): -848049 or 5181427. OLE color: 5181427.
HSL color Cylindrical-coordinate representation of color #F30F4F: hue angle of 343.16º 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 #F30F4F is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 15 | 79 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.05 |
| HSL | 343.16º | 0.9% | 0.51% | - |
| HSV(B) | 343.16º | 0.94% | 0.95% | - |
| XYZ | 38.54 | 19.96 | 9.22 | - |
| YUV | 90.47 | 121.54 | 236.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 79 | 0 | 0.94 | 0.67 | 0.05 | 343.16 | 0.9 | 0.51 |
| Hex | F3 | F | 4F | 0 | 5E | 43 | 5 | 157 | 5A | 33 |
| Octal | 363 | 17 | 117 | 0 | 136 | 103 | 5 | 527 | 132 | 63 |
| Binary | 11110011 | 1111 | 1001111 | 0 | 1011110 | 1000011 | 101 | 101010111 | 1011010 | 110011 |
Color Harmonies of #F30F4F
Complementary color
Monochromatic Colors of #F30F4F
Black with #F30F4F
Text Example
Text Example
White with #F30F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30F4F; }
p { color: rgb(243,15,79); }
H1.HeaderClassName
{
color: #F30F4F;
}
.AnyTagClassName
{
color: #F30F4F;
}
</style>
background-color css
<style>
a { background-color: #F30F4F; }
a { background-color: rgb(243,15,79); }
div.DivClassName
{
background-color: #F30F4F;
}
.BgClassName
{
background-color: #F30F4F;
}
</style>
border-color css
<style>
span { border-color: #F30F4F; }
span { border-color: rgb(243,15,79); }
td.TdClassName
{
border-color: #F30F4F;
}
.TagClassName
{
border-color: #F30F4F;
}
</style>