Shades of Razzmatazz #F21551
Tints of Razzmatazz #F21551
RGB
CMYK
RGB Variations
Color information
#F21551 (or 0xF21551) is known color: Razzmatazz. HEX triplet: F2, 15 and 51. RGB value is (242,21,81). Sum of RGB (Red+Green+Blue) = 242+21+81=344 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.35% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 242 - color contains mainly: red. Hex color #F21551 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21551 is #0DEAAE. Grayscale: #5D5D5D. Windows color (decimal): -912047 or 5314034. OLE color: 5314034.
HSL color Cylindrical-coordinate representation of color #F21551: hue angle of 343.71º degrees, saturation: 0.89, 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 #F21551 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 81 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.05 |
| HSL | 343.71º | 0.89% | 0.52% | - |
| HSV(B) | 343.71º | 0.91% | 0.95% | - |
| XYZ | 38.37 | 20.01 | 9.62 | - |
| YUV | 93.92 | 120.72 | 233.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 81 | 0 | 0.91 | 0.67 | 0.05 | 343.71 | 0.89 | 0.52 |
| Hex | F2 | 15 | 51 | 0 | 5B | 43 | 5 | 158 | 59 | 34 |
| Octal | 362 | 25 | 121 | 0 | 133 | 103 | 5 | 530 | 131 | 64 |
| Binary | 11110010 | 10101 | 1010001 | 0 | 1011011 | 1000011 | 101 | 101011000 | 1011001 | 110100 |
Color Harmonies of #F21551
Complementary color
Monochromatic Colors of #F21551
Black with #F21551
Text Example
Text Example
White with #F21551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21551; }
p { color: rgb(242,21,81); }
H1.HeaderClassName
{
color: #F21551;
}
.AnyTagClassName
{
color: #F21551;
}
</style>
background-color css
<style>
a { background-color: #F21551; }
a { background-color: rgb(242,21,81); }
div.DivClassName
{
background-color: #F21551;
}
.BgClassName
{
background-color: #F21551;
}
</style>
border-color css
<style>
span { border-color: #F21551; }
span { border-color: rgb(242,21,81); }
td.TdClassName
{
border-color: #F21551;
}
.TagClassName
{
border-color: #F21551;
}
</style>