Shades of Razzmatazz #F21353
Tints of Razzmatazz #F21353
RGB
CMYK
RGB Variations
Color information
#F21353 (or 0xF21353) is known color: Razzmatazz. HEX triplet: F2, 13 and 53. RGB value is (242,19,83). Sum of RGB (Red+Green+Blue) = 242+19+83=344 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.35% from 344); Green value is 19 (7.81% from 255 or 5.52% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 242 - color contains mainly: red. Hex color #F21353 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21353 is #0DECAC. Grayscale: #5C5C5C. Windows color (decimal): -912557 or 5444594. OLE color: 5444594.
HSL color Cylindrical-coordinate representation of color #F21353: hue angle of 342.78º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F21353 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 19 | 83 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.05 |
| HSL | 342.78º | 0.9% | 0.51% | - |
| HSV(B) | 342.78º | 0.92% | 0.95% | - |
| XYZ | 38.41 | 19.97 | 10.01 | - |
| YUV | 92.97 | 122.38 | 234.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 83 | 0 | 0.92 | 0.66 | 0.05 | 342.78 | 0.9 | 0.51 |
| Hex | F2 | 13 | 53 | 0 | 5C | 42 | 5 | 157 | 5A | 33 |
| Octal | 362 | 23 | 123 | 0 | 134 | 102 | 5 | 527 | 132 | 63 |
| Binary | 11110010 | 10011 | 1010011 | 0 | 1011100 | 1000010 | 101 | 101010111 | 1011010 | 110011 |
Color Harmonies of #F21353
Complementary color
Monochromatic Colors of #F21353
Black with #F21353
Text Example
Text Example
White with #F21353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21353; }
p { color: rgb(242,19,83); }
H1.HeaderClassName
{
color: #F21353;
}
.AnyTagClassName
{
color: #F21353;
}
</style>
background-color css
<style>
a { background-color: #F21353; }
a { background-color: rgb(242,19,83); }
div.DivClassName
{
background-color: #F21353;
}
.BgClassName
{
background-color: #F21353;
}
</style>
border-color css
<style>
span { border-color: #F21353; }
span { border-color: rgb(242,19,83); }
td.TdClassName
{
border-color: #F21353;
}
.TagClassName
{
border-color: #F21353;
}
</style>