Shades of Razzmatazz #F21554
Tints of Razzmatazz #F21554
RGB
CMYK
RGB Variations
Color information
#F21554 (or 0xF21554) is known color: Razzmatazz. HEX triplet: F2, 15 and 54. RGB value is (242,21,84). Sum of RGB (Red+Green+Blue) = 242+21+84=347 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.74% from 347); Green value is 21 (8.59% from 255 or 6.05% from 347); Blue value is 84 (33.20% from 255 or 24.21% from 347); Max value from RGB is 242 - color contains mainly: red. Hex color #F21554 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21554 is #0DEAAB. Grayscale: #5E5E5E. Windows color (decimal): -912044 or 5510642. OLE color: 5510642.
HSL color Cylindrical-coordinate representation of color #F21554: hue angle of 342.9º 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 #F21554 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 84 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.05 |
| HSL | 342.9º | 0.89% | 0.52% | - |
| HSV(B) | 342.9º | 0.91% | 0.95% | - |
| XYZ | 38.49 | 20.05 | 10.23 | - |
| YUV | 94.26 | 122.22 | 233.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 84 | 0 | 0.91 | 0.65 | 0.05 | 342.9 | 0.89 | 0.52 |
| Hex | F2 | 15 | 54 | 0 | 5B | 41 | 5 | 157 | 59 | 34 |
| Octal | 362 | 25 | 124 | 0 | 133 | 101 | 5 | 527 | 131 | 64 |
| Binary | 11110010 | 10101 | 1010100 | 0 | 1011011 | 1000001 | 101 | 101010111 | 1011001 | 110100 |
Color Harmonies of #F21554
Complementary color
Monochromatic Colors of #F21554
Black with #F21554
Text Example
Text Example
White with #F21554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21554; }
p { color: rgb(242,21,84); }
H1.HeaderClassName
{
color: #F21554;
}
.AnyTagClassName
{
color: #F21554;
}
</style>
background-color css
<style>
a { background-color: #F21554; }
a { background-color: rgb(242,21,84); }
div.DivClassName
{
background-color: #F21554;
}
.BgClassName
{
background-color: #F21554;
}
</style>
border-color css
<style>
span { border-color: #F21554; }
span { border-color: rgb(242,21,84); }
td.TdClassName
{
border-color: #F21554;
}
.TagClassName
{
border-color: #F21554;
}
</style>