Shades of Razzmatazz #F21355
Tints of Razzmatazz #F21355
RGB
CMYK
RGB Variations
Color information
#F21355 (or 0xF21355) is known color: Razzmatazz. HEX triplet: F2, 13 and 55. RGB value is (242,19,85). Sum of RGB (Red+Green+Blue) = 242+19+85=346 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.94% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 242 - color contains mainly: red. Hex color #F21355 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21355 is #0DECAA. Grayscale: #5D5D5D. Windows color (decimal): -912555 or 5575666. OLE color: 5575666.
HSL color Cylindrical-coordinate representation of color #F21355: hue angle of 342.24º 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 #F21355 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 19 | 85 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.05 |
| HSL | 342.24º | 0.9% | 0.51% | - |
| HSV(B) | 342.24º | 0.92% | 0.95% | - |
| XYZ | 38.49 | 20 | 10.43 | - |
| YUV | 93.2 | 123.38 | 234.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 85 | 0 | 0.92 | 0.65 | 0.05 | 342.24 | 0.9 | 0.51 |
| Hex | F2 | 13 | 55 | 0 | 5C | 41 | 5 | 156 | 5A | 33 |
| Octal | 362 | 23 | 125 | 0 | 134 | 101 | 5 | 526 | 132 | 63 |
| Binary | 11110010 | 10011 | 1010101 | 0 | 1011100 | 1000001 | 101 | 101010110 | 1011010 | 110011 |
Color Harmonies of #F21355
Complementary color
Monochromatic Colors of #F21355
Black with #F21355
Text Example
Text Example
White with #F21355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21355; }
p { color: rgb(242,19,85); }
H1.HeaderClassName
{
color: #F21355;
}
.AnyTagClassName
{
color: #F21355;
}
</style>
background-color css
<style>
a { background-color: #F21355; }
a { background-color: rgb(242,19,85); }
div.DivClassName
{
background-color: #F21355;
}
.BgClassName
{
background-color: #F21355;
}
</style>
border-color css
<style>
span { border-color: #F21355; }
span { border-color: rgb(242,19,85); }
td.TdClassName
{
border-color: #F21355;
}
.TagClassName
{
border-color: #F21355;
}
</style>