Shades of Razzmatazz #F31253
Tints of Razzmatazz #F31253
RGB
CMYK
RGB Variations
Color information
#F31253 (or 0xF31253) is known color: Razzmatazz. HEX triplet: F3, 12 and 53. RGB value is (243,18,83). Sum of RGB (Red+Green+Blue) = 243+18+83=344 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.64% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 243 - color contains mainly: red. Hex color #F31253 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31253 is #0CEDAC. Grayscale: #5C5C5C. Windows color (decimal): -847277 or 5444339. OLE color: 5444339.
HSL color Cylindrical-coordinate representation of color #F31253: hue angle of 342.67º 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 #F31253 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 83 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.05 |
| HSL | 342.67º | 0.9% | 0.51% | - |
| HSV(B) | 342.67º | 0.93% | 0.95% | - |
| XYZ | 38.74 | 20.11 | 10.02 | - |
| YUV | 92.69 | 122.54 | 235.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 83 | 0 | 0.93 | 0.66 | 0.05 | 342.67 | 0.9 | 0.51 |
| Hex | F3 | 12 | 53 | 0 | 5D | 42 | 5 | 157 | 5A | 33 |
| Octal | 363 | 22 | 123 | 0 | 135 | 102 | 5 | 527 | 132 | 63 |
| Binary | 11110011 | 10010 | 1010011 | 0 | 1011101 | 1000010 | 101 | 101010111 | 1011010 | 110011 |
Color Harmonies of #F31253
Complementary color
Monochromatic Colors of #F31253
Black with #F31253
Text Example
Text Example
White with #F31253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31253; }
p { color: rgb(243,18,83); }
H1.HeaderClassName
{
color: #F31253;
}
.AnyTagClassName
{
color: #F31253;
}
</style>
background-color css
<style>
a { background-color: #F31253; }
a { background-color: rgb(243,18,83); }
div.DivClassName
{
background-color: #F31253;
}
.BgClassName
{
background-color: #F31253;
}
</style>
border-color css
<style>
span { border-color: #F31253; }
span { border-color: rgb(243,18,83); }
td.TdClassName
{
border-color: #F31253;
}
.TagClassName
{
border-color: #F31253;
}
</style>