Shades of Razzmatazz #F21958
Tints of Razzmatazz #F21958
RGB
CMYK
RGB Variations
Color information
#F21958 (or 0xF21958) is known color: Razzmatazz. HEX triplet: F2, 19 and 58. RGB value is (242,25,88). Sum of RGB (Red+Green+Blue) = 242+25+88=355 (47% of max value = 765). Red value is 242 (94.92% from 255 or 68.17% from 355); Green value is 25 (10.16% from 255 or 7.04% from 355); Blue value is 88 (34.77% from 255 or 24.79% from 355); Max value from RGB is 242 - color contains mainly: red. Hex color #F21958 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21958 is #0DE6A7. Grayscale: #616161. Windows color (decimal): -911016 or 5773810. OLE color: 5773810.
HSL color Cylindrical-coordinate representation of color #F21958: hue angle of 342.58º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F21958 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 88 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.05 |
| HSL | 342.58º | 0.89% | 0.52% | - |
| HSV(B) | 342.58º | 0.9% | 0.95% | - |
| XYZ | 38.73 | 20.28 | 11.11 | - |
| YUV | 97.07 | 122.89 | 231.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 88 | 0 | 0.90 | 0.64 | 0.05 | 342.58 | 0.89 | 0.52 |
| Hex | F2 | 19 | 58 | 0 | 5A | 40 | 5 | 157 | 59 | 34 |
| Octal | 362 | 31 | 130 | 0 | 132 | 100 | 5 | 527 | 131 | 64 |
| Binary | 11110010 | 11001 | 1011000 | 0 | 1011010 | 1000000 | 101 | 101010111 | 1011001 | 110100 |
Color Harmonies of #F21958
Complementary color
Monochromatic Colors of #F21958
Black with #F21958
Text Example
Text Example
White with #F21958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21958; }
p { color: rgb(242,25,88); }
H1.HeaderClassName
{
color: #F21958;
}
.AnyTagClassName
{
color: #F21958;
}
</style>
background-color css
<style>
a { background-color: #F21958; }
a { background-color: rgb(242,25,88); }
div.DivClassName
{
background-color: #F21958;
}
.BgClassName
{
background-color: #F21958;
}
</style>
border-color css
<style>
span { border-color: #F21958; }
span { border-color: rgb(242,25,88); }
td.TdClassName
{
border-color: #F21958;
}
.TagClassName
{
border-color: #F21958;
}
</style>