Shades of Razzmatazz #F31163
Tints of Razzmatazz #F31163
RGB
CMYK
RGB Variations
Color information
#F31163 (or 0xF31163) is known color: Razzmatazz. HEX triplet: F3, 11 and 63. RGB value is (243,17,99). Sum of RGB (Red+Green+Blue) = 243+17+99=359 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.69% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 99 (39.06% from 255 or 27.58% from 359); Max value from RGB is 243 - color contains mainly: red. Hex color #F31163 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31163 is #0CEE9C. Grayscale: #5D5D5D. Windows color (decimal): -847517 or 6492659. OLE color: 6492659.
HSL color Cylindrical-coordinate representation of color #F31163: hue angle of 338.23º 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 #F31163 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 17 | 99 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.05 |
| HSL | 338.23º | 0.9% | 0.51% | - |
| HSV(B) | 338.23º | 0.93% | 0.95% | - |
| XYZ | 39.41 | 20.36 | 13.66 | - |
| YUV | 93.92 | 130.87 | 234.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 17 | 99 | 0 | 0.93 | 0.59 | 0.05 | 338.23 | 0.9 | 0.51 |
| Hex | F3 | 11 | 63 | 0 | 5D | 3B | 5 | 152 | 5A | 33 |
| Octal | 363 | 21 | 143 | 0 | 135 | 73 | 5 | 522 | 132 | 63 |
| Binary | 11110011 | 10001 | 1100011 | 0 | 1011101 | 111011 | 101 | 101010010 | 1011010 | 110011 |
Color Harmonies of #F31163
Complementary color
Monochromatic Colors of #F31163
Black with #F31163
Text Example
Text Example
White with #F31163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31163; }
p { color: rgb(243,17,99); }
H1.HeaderClassName
{
color: #F31163;
}
.AnyTagClassName
{
color: #F31163;
}
</style>
background-color css
<style>
a { background-color: #F31163; }
a { background-color: rgb(243,17,99); }
div.DivClassName
{
background-color: #F31163;
}
.BgClassName
{
background-color: #F31163;
}
</style>
border-color css
<style>
span { border-color: #F31163; }
span { border-color: rgb(243,17,99); }
td.TdClassName
{
border-color: #F31163;
}
.TagClassName
{
border-color: #F31163;
}
</style>