Shades of Razzmatazz #F21552
Tints of Razzmatazz #F21552
RGB
CMYK
RGB Variations
Color information
#F21552 (or 0xF21552) is known color: Razzmatazz. HEX triplet: F2, 15 and 52. RGB value is (242,21,82). Sum of RGB (Red+Green+Blue) = 242+21+82=345 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.14% from 345); Green value is 21 (8.59% from 255 or 6.09% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 242 - color contains mainly: red. Hex color #F21552 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21552 is #0DEAAD. Grayscale: #5E5E5E. Windows color (decimal): -912046 or 5379570. OLE color: 5379570.
HSL color Cylindrical-coordinate representation of color #F21552: hue angle of 343.44º 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 #F21552 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 82 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.05 |
| HSL | 343.44º | 0.89% | 0.52% | - |
| HSV(B) | 343.44º | 0.91% | 0.95% | - |
| XYZ | 38.41 | 20.02 | 9.82 | - |
| YUV | 94.03 | 121.22 | 233.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 82 | 0 | 0.91 | 0.66 | 0.05 | 343.44 | 0.89 | 0.52 |
| Hex | F2 | 15 | 52 | 0 | 5B | 42 | 5 | 157 | 59 | 34 |
| Octal | 362 | 25 | 122 | 0 | 133 | 102 | 5 | 527 | 131 | 64 |
| Binary | 11110010 | 10101 | 1010010 | 0 | 1011011 | 1000010 | 101 | 101010111 | 1011001 | 110100 |
Color Harmonies of #F21552
Complementary color
Monochromatic Colors of #F21552
Black with #F21552
Text Example
Text Example
White with #F21552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21552; }
p { color: rgb(242,21,82); }
H1.HeaderClassName
{
color: #F21552;
}
.AnyTagClassName
{
color: #F21552;
}
</style>
background-color css
<style>
a { background-color: #F21552; }
a { background-color: rgb(242,21,82); }
div.DivClassName
{
background-color: #F21552;
}
.BgClassName
{
background-color: #F21552;
}
</style>
border-color css
<style>
span { border-color: #F21552; }
span { border-color: rgb(242,21,82); }
td.TdClassName
{
border-color: #F21552;
}
.TagClassName
{
border-color: #F21552;
}
</style>