Shades of Razzmatazz #F30959
Tints of Razzmatazz #F30959
RGB
CMYK
RGB Variations
Color information
#F30959 (or 0xF30959) is known color: Razzmatazz. HEX triplet: F3, 09 and 59. RGB value is (243,9,89). Sum of RGB (Red+Green+Blue) = 243+9+89=341 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.26% from 341); Green value is 9 (3.91% from 255 or 2.64% from 341); Blue value is 89 (35.16% from 255 or 26.10% from 341); Max value from RGB is 243 - color contains mainly: red. Hex color #F30959 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30959 is #0CF6A6. Grayscale: #585858. Windows color (decimal): -849575 or 5835251. OLE color: 5835251.
HSL color Cylindrical-coordinate representation of color #F30959: hue angle of 339.49º 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 #F30959 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 89 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.05 |
| HSL | 339.49º | 0.93% | 0.49% | - |
| HSV(B) | 339.49º | 0.96% | 0.95% | - |
| XYZ | 38.86 | 19.97 | 11.26 | - |
| YUV | 88.09 | 128.52 | 238.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 89 | 0 | 0.96 | 0.63 | 0.05 | 339.49 | 0.93 | 0.49 |
| Hex | F3 | 9 | 59 | 0 | 60 | 3F | 5 | 153 | 5D | 31 |
| Octal | 363 | 11 | 131 | 0 | 140 | 77 | 5 | 523 | 135 | 61 |
| Binary | 11110011 | 1001 | 1011001 | 0 | 1100000 | 111111 | 101 | 101010011 | 1011101 | 110001 |
Color Harmonies of #F30959
Complementary color
Monochromatic Colors of #F30959
Black with #F30959
Text Example
Text Example
White with #F30959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30959; }
p { color: rgb(243,9,89); }
H1.HeaderClassName
{
color: #F30959;
}
.AnyTagClassName
{
color: #F30959;
}
</style>
background-color css
<style>
a { background-color: #F30959; }
a { background-color: rgb(243,9,89); }
div.DivClassName
{
background-color: #F30959;
}
.BgClassName
{
background-color: #F30959;
}
</style>
border-color css
<style>
span { border-color: #F30959; }
span { border-color: rgb(243,9,89); }
td.TdClassName
{
border-color: #F30959;
}
.TagClassName
{
border-color: #F30959;
}
</style>