Shades of Razzmatazz #F30F5E
Tints of Razzmatazz #F30F5E
RGB
CMYK
RGB Variations
Color information
#F30F5E (or 0xF30F5E) is known color: Razzmatazz. HEX triplet: F3, 0F and 5E. RGB value is (243,15,94). Sum of RGB (Red+Green+Blue) = 243+15+94=352 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.03% from 352); Green value is 15 (6.25% from 255 or 4.26% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 243 - color contains mainly: red. Hex color #F30F5E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30F5E is #0CF0A1. Grayscale: #5C5C5C. Windows color (decimal): -848034 or 6164467. OLE color: 6164467.
HSL color Cylindrical-coordinate representation of color #F30F5E: hue angle of 339.21º 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 #F30F5E is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 15 | 94 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.05 |
| HSL | 339.21º | 0.9% | 0.51% | - |
| HSV(B) | 339.21º | 0.94% | 0.95% | - |
| XYZ | 39.15 | 20.2 | 12.43 | - |
| YUV | 92.18 | 129.04 | 235.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 94 | 0 | 0.94 | 0.61 | 0.05 | 339.21 | 0.9 | 0.51 |
| Hex | F3 | F | 5E | 0 | 5E | 3D | 5 | 153 | 5A | 33 |
| Octal | 363 | 17 | 136 | 0 | 136 | 75 | 5 | 523 | 132 | 63 |
| Binary | 11110011 | 1111 | 1011110 | 0 | 1011110 | 111101 | 101 | 101010011 | 1011010 | 110011 |
Color Harmonies of #F30F5E
Complementary color
Monochromatic Colors of #F30F5E
Black with #F30F5E
Text Example
Text Example
White with #F30F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30F5E; }
p { color: rgb(243,15,94); }
H1.HeaderClassName
{
color: #F30F5E;
}
.AnyTagClassName
{
color: #F30F5E;
}
</style>
background-color css
<style>
a { background-color: #F30F5E; }
a { background-color: rgb(243,15,94); }
div.DivClassName
{
background-color: #F30F5E;
}
.BgClassName
{
background-color: #F30F5E;
}
</style>
border-color css
<style>
span { border-color: #F30F5E; }
span { border-color: rgb(243,15,94); }
td.TdClassName
{
border-color: #F30F5E;
}
.TagClassName
{
border-color: #F30F5E;
}
</style>