Shades of Razzmatazz #F31059
Tints of Razzmatazz #F31059
RGB
CMYK
RGB Variations
Color information
#F31059 (or 0xF31059) is known color: Razzmatazz. HEX triplet: F3, 10 and 59. RGB value is (243,16,89). Sum of RGB (Red+Green+Blue) = 243+16+89=348 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.83% from 348); Green value is 16 (6.64% from 255 or 4.60% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 243 - color contains mainly: red. Hex color #F31059 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31059 is #0CEFA6. Grayscale: #5C5C5C. Windows color (decimal): -847783 or 5837043. OLE color: 5837043.
HSL color Cylindrical-coordinate representation of color #F31059: hue angle of 340.7º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F31059 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 89 | - |
| CMYK | 0 | 0.93 | 0.63 | 0.05 |
| HSL | 340.7º | 0.9% | 0.51% | - |
| HSV(B) | 340.7º | 0.93% | 0.95% | - |
| XYZ | 38.95 | 20.15 | 11.29 | - |
| YUV | 92.2 | 126.21 | 235.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 89 | 0 | 0.93 | 0.63 | 0.05 | 340.7 | 0.9 | 0.51 |
| Hex | F3 | 10 | 59 | 0 | 5D | 3F | 5 | 155 | 5A | 33 |
| Octal | 363 | 20 | 131 | 0 | 135 | 77 | 5 | 525 | 132 | 63 |
| Binary | 11110011 | 10000 | 1011001 | 0 | 1011101 | 111111 | 101 | 101010101 | 1011010 | 110011 |
Color Harmonies of #F31059
Complementary color
Monochromatic Colors of #F31059
Black with #F31059
Text Example
Text Example
White with #F31059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31059; }
p { color: rgb(243,16,89); }
H1.HeaderClassName
{
color: #F31059;
}
.AnyTagClassName
{
color: #F31059;
}
</style>
background-color css
<style>
a { background-color: #F31059; }
a { background-color: rgb(243,16,89); }
div.DivClassName
{
background-color: #F31059;
}
.BgClassName
{
background-color: #F31059;
}
</style>
border-color css
<style>
span { border-color: #F31059; }
span { border-color: rgb(243,16,89); }
td.TdClassName
{
border-color: #F31059;
}
.TagClassName
{
border-color: #F31059;
}
</style>