Shades of Razzmatazz #F31553
Tints of Razzmatazz #F31553
RGB
CMYK
RGB Variations
Color information
#F31553 (or 0xF31553) is known color: Razzmatazz. HEX triplet: F3, 15 and 53. RGB value is (243,21,83). Sum of RGB (Red+Green+Blue) = 243+21+83=347 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.03% from 347); Green value is 21 (8.59% from 255 or 6.05% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 243 - color contains mainly: red. Hex color #F31553 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31553 is #0CEAAC. Grayscale: #5E5E5E. Windows color (decimal): -846509 or 5445107. OLE color: 5445107.
HSL color Cylindrical-coordinate representation of color #F31553: hue angle of 343.24º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F31553 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 21 | 83 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.05 |
| HSL | 343.24º | 0.9% | 0.52% | - |
| HSV(B) | 343.24º | 0.91% | 0.95% | - |
| XYZ | 38.79 | 20.22 | 10.04 | - |
| YUV | 94.45 | 121.55 | 233.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 21 | 83 | 0 | 0.91 | 0.66 | 0.05 | 343.24 | 0.9 | 0.52 |
| Hex | F3 | 15 | 53 | 0 | 5B | 42 | 5 | 157 | 5A | 34 |
| Octal | 363 | 25 | 123 | 0 | 133 | 102 | 5 | 527 | 132 | 64 |
| Binary | 11110011 | 10101 | 1010011 | 0 | 1011011 | 1000010 | 101 | 101010111 | 1011010 | 110100 |
Color Harmonies of #F31553
Complementary color
Monochromatic Colors of #F31553
Black with #F31553
Text Example
Text Example
White with #F31553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31553; }
p { color: rgb(243,21,83); }
H1.HeaderClassName
{
color: #F31553;
}
.AnyTagClassName
{
color: #F31553;
}
</style>
background-color css
<style>
a { background-color: #F31553; }
a { background-color: rgb(243,21,83); }
div.DivClassName
{
background-color: #F31553;
}
.BgClassName
{
background-color: #F31553;
}
</style>
border-color css
<style>
span { border-color: #F31553; }
span { border-color: rgb(243,21,83); }
td.TdClassName
{
border-color: #F31553;
}
.TagClassName
{
border-color: #F31553;
}
</style>