Shades of Razzmatazz #F31053
Tints of Razzmatazz #F31053
RGB
CMYK
RGB Variations
Color information
#F31053 (or 0xF31053) is known color: Razzmatazz. HEX triplet: F3, 10 and 53. RGB value is (243,16,83). Sum of RGB (Red+Green+Blue) = 243+16+83=342 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.05% from 342); Green value is 16 (6.64% from 255 or 4.68% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 243 - color contains mainly: red. Hex color #F31053 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31053 is #0CEFAC. Grayscale: #5B5B5B. Windows color (decimal): -847789 or 5443827. OLE color: 5443827.
HSL color Cylindrical-coordinate representation of color #F31053: hue angle of 342.29º 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 #F31053 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 83 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.05 |
| HSL | 342.29º | 0.9% | 0.51% | - |
| HSV(B) | 342.29º | 0.93% | 0.95% | - |
| XYZ | 38.71 | 20.05 | 10.01 | - |
| YUV | 91.51 | 123.21 | 236.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 83 | 0 | 0.93 | 0.66 | 0.05 | 342.29 | 0.9 | 0.51 |
| Hex | F3 | 10 | 53 | 0 | 5D | 42 | 5 | 156 | 5A | 33 |
| Octal | 363 | 20 | 123 | 0 | 135 | 102 | 5 | 526 | 132 | 63 |
| Binary | 11110011 | 10000 | 1010011 | 0 | 1011101 | 1000010 | 101 | 101010110 | 1011010 | 110011 |
Color Harmonies of #F31053
Complementary color
Monochromatic Colors of #F31053
Black with #F31053
Text Example
Text Example
White with #F31053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31053; }
p { color: rgb(243,16,83); }
H1.HeaderClassName
{
color: #F31053;
}
.AnyTagClassName
{
color: #F31053;
}
</style>
background-color css
<style>
a { background-color: #F31053; }
a { background-color: rgb(243,16,83); }
div.DivClassName
{
background-color: #F31053;
}
.BgClassName
{
background-color: #F31053;
}
</style>
border-color css
<style>
span { border-color: #F31053; }
span { border-color: rgb(243,16,83); }
td.TdClassName
{
border-color: #F31053;
}
.TagClassName
{
border-color: #F31053;
}
</style>