Shades of Razzmatazz #F31153
Tints of Razzmatazz #F31153
RGB
CMYK
RGB Variations
Color information
#F31153 (or 0xF31153) is known color: Razzmatazz. HEX triplet: F3, 11 and 53. RGB value is (243,17,83). Sum of RGB (Red+Green+Blue) = 243+17+83=343 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.85% from 343); Green value is 17 (7.03% from 255 or 4.96% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 243 - color contains mainly: red. Hex color #F31153 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31153 is #0CEEAC. Grayscale: #5C5C5C. Windows color (decimal): -847533 or 5444083. OLE color: 5444083.
HSL color Cylindrical-coordinate representation of color #F31153: hue angle of 342.48º 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 #F31153 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 17 | 83 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.05 |
| HSL | 342.48º | 0.9% | 0.51% | - |
| HSV(B) | 342.48º | 0.93% | 0.95% | - |
| XYZ | 38.72 | 20.08 | 10.02 | - |
| YUV | 92.1 | 122.87 | 235.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 17 | 83 | 0 | 0.93 | 0.66 | 0.05 | 342.48 | 0.9 | 0.51 |
| Hex | F3 | 11 | 53 | 0 | 5D | 42 | 5 | 156 | 5A | 33 |
| Octal | 363 | 21 | 123 | 0 | 135 | 102 | 5 | 526 | 132 | 63 |
| Binary | 11110011 | 10001 | 1010011 | 0 | 1011101 | 1000010 | 101 | 101010110 | 1011010 | 110011 |
Color Harmonies of #F31153
Complementary color
Monochromatic Colors of #F31153
Black with #F31153
Text Example
Text Example
White with #F31153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31153; }
p { color: rgb(243,17,83); }
H1.HeaderClassName
{
color: #F31153;
}
.AnyTagClassName
{
color: #F31153;
}
</style>
background-color css
<style>
a { background-color: #F31153; }
a { background-color: rgb(243,17,83); }
div.DivClassName
{
background-color: #F31153;
}
.BgClassName
{
background-color: #F31153;
}
</style>
border-color css
<style>
span { border-color: #F31153; }
span { border-color: rgb(243,17,83); }
td.TdClassName
{
border-color: #F31153;
}
.TagClassName
{
border-color: #F31153;
}
</style>