Shades of Razzmatazz #F30F5B
Tints of Razzmatazz #F30F5B
RGB
CMYK
RGB Variations
Color information
#F30F5B (or 0xF30F5B) is known color: Razzmatazz. HEX triplet: F3, 0F and 5B. RGB value is (243,15,91). Sum of RGB (Red+Green+Blue) = 243+15+91=349 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.63% from 349); Green value is 15 (6.25% from 255 or 4.30% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 243 - color contains mainly: red. Hex color #F30F5B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30F5B is #0CF0A4. Grayscale: #5B5B5B. Windows color (decimal): -848037 or 5967859. OLE color: 5967859.
HSL color Cylindrical-coordinate representation of color #F30F5B: hue angle of 340º 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 #F30F5B is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 15 | 91 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.05 |
| HSL | 340º | 0.9% | 0.51% | - |
| HSV(B) | 340º | 0.94% | 0.95% | - |
| XYZ | 39.02 | 20.15 | 11.73 | - |
| YUV | 91.84 | 127.54 | 235.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 91 | 0 | 0.94 | 0.63 | 0.05 | 340 | 0.9 | 0.51 |
| Hex | F3 | F | 5B | 0 | 5E | 3F | 5 | 154 | 5A | 33 |
| Octal | 363 | 17 | 133 | 0 | 136 | 77 | 5 | 524 | 132 | 63 |
| Binary | 11110011 | 1111 | 1011011 | 0 | 1011110 | 111111 | 101 | 101010100 | 1011010 | 110011 |
Color Harmonies of #F30F5B
Complementary color
Monochromatic Colors of #F30F5B
Black with #F30F5B
Text Example
Text Example
White with #F30F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30F5B; }
p { color: rgb(243,15,91); }
H1.HeaderClassName
{
color: #F30F5B;
}
.AnyTagClassName
{
color: #F30F5B;
}
</style>
background-color css
<style>
a { background-color: #F30F5B; }
a { background-color: rgb(243,15,91); }
div.DivClassName
{
background-color: #F30F5B;
}
.BgClassName
{
background-color: #F30F5B;
}
</style>
border-color css
<style>
span { border-color: #F30F5B; }
span { border-color: rgb(243,15,91); }
td.TdClassName
{
border-color: #F30F5B;
}
.TagClassName
{
border-color: #F30F5B;
}
</style>