Shades of Razzmatazz #F30E5E
Tints of Razzmatazz #F30E5E
RGB
CMYK
RGB Variations
Color information
#F30E5E (or 0xF30E5E) is known color: Razzmatazz. HEX triplet: F3, 0E and 5E. RGB value is (243,14,94). Sum of RGB (Red+Green+Blue) = 243+14+94=351 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.23% from 351); Green value is 14 (5.86% from 255 or 3.99% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 243 - color contains mainly: red. Hex color #F30E5E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30E5E is #0CF1A1. Grayscale: #5B5B5B. Windows color (decimal): -848290 or 6164211. OLE color: 6164211.
HSL color Cylindrical-coordinate representation of color #F30E5E: hue angle of 339.04º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F30E5E is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 14 | 94 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.05 |
| HSL | 339.04º | 0.91% | 0.5% | - |
| HSV(B) | 339.04º | 0.94% | 0.95% | - |
| XYZ | 39.14 | 20.18 | 12.42 | - |
| YUV | 91.59 | 129.37 | 236 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 14 | 94 | 0 | 0.94 | 0.61 | 0.05 | 339.04 | 0.91 | 0.5 |
| Hex | F3 | E | 5E | 0 | 5E | 3D | 5 | 153 | 5B | 32 |
| Octal | 363 | 16 | 136 | 0 | 136 | 75 | 5 | 523 | 133 | 62 |
| Binary | 11110011 | 1110 | 1011110 | 0 | 1011110 | 111101 | 101 | 101010011 | 1011011 | 110010 |
Color Harmonies of #F30E5E
Complementary color
Monochromatic Colors of #F30E5E
Black with #F30E5E
Text Example
Text Example
White with #F30E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30E5E; }
p { color: rgb(243,14,94); }
H1.HeaderClassName
{
color: #F30E5E;
}
.AnyTagClassName
{
color: #F30E5E;
}
</style>
background-color css
<style>
a { background-color: #F30E5E; }
a { background-color: rgb(243,14,94); }
div.DivClassName
{
background-color: #F30E5E;
}
.BgClassName
{
background-color: #F30E5E;
}
</style>
border-color css
<style>
span { border-color: #F30E5E; }
span { border-color: rgb(243,14,94); }
td.TdClassName
{
border-color: #F30E5E;
}
.TagClassName
{
border-color: #F30E5E;
}
</style>