Shades of Razzmatazz #F21253
Tints of Razzmatazz #F21253
RGB
CMYK
RGB Variations
Color information
#F21253 (or 0xF21253) is known color: Razzmatazz. HEX triplet: F2, 12 and 53. RGB value is (242,18,83). Sum of RGB (Red+Green+Blue) = 242+18+83=343 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.55% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 242 - color contains mainly: red. Hex color #F21253 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21253 is #0DEDAC. Grayscale: #5C5C5C. Windows color (decimal): -912813 or 5444338. OLE color: 5444338.
HSL color Cylindrical-coordinate representation of color #F21253: hue angle of 342.59º 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 #F21253 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 83 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.05 |
| HSL | 342.59º | 0.9% | 0.51% | - |
| HSV(B) | 342.59º | 0.93% | 0.95% | - |
| XYZ | 38.4 | 19.93 | 10.01 | - |
| YUV | 92.39 | 122.71 | 234.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 83 | 0 | 0.93 | 0.66 | 0.05 | 342.59 | 0.9 | 0.51 |
| Hex | F2 | 12 | 53 | 0 | 5D | 42 | 5 | 157 | 5A | 33 |
| Octal | 362 | 22 | 123 | 0 | 135 | 102 | 5 | 527 | 132 | 63 |
| Binary | 11110010 | 10010 | 1010011 | 0 | 1011101 | 1000010 | 101 | 101010111 | 1011010 | 110011 |
Color Harmonies of #F21253
Complementary color
Monochromatic Colors of #F21253
Black with #F21253
Text Example
Text Example
White with #F21253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21253; }
p { color: rgb(242,18,83); }
H1.HeaderClassName
{
color: #F21253;
}
.AnyTagClassName
{
color: #F21253;
}
</style>
background-color css
<style>
a { background-color: #F21253; }
a { background-color: rgb(242,18,83); }
div.DivClassName
{
background-color: #F21253;
}
.BgClassName
{
background-color: #F21253;
}
</style>
border-color css
<style>
span { border-color: #F21253; }
span { border-color: rgb(242,18,83); }
td.TdClassName
{
border-color: #F21253;
}
.TagClassName
{
border-color: #F21253;
}
</style>