Shades of Razzmatazz #F20148
Tints of Razzmatazz #F20148
RGB
CMYK
RGB Variations
Color information
#F20148 (or 0xF20148) is known color: Razzmatazz. HEX triplet: F2, 01 and 48. RGB value is (242,1,72). Sum of RGB (Red+Green+Blue) = 242+1+72=315 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.83% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 242 - color contains mainly: red. Hex color #F20148 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20148 is #0DFEB7. Grayscale: #515151. Windows color (decimal): -917176 or 4719090. OLE color: 4719090.
HSL color Cylindrical-coordinate representation of color #F20148: hue angle of 342.32º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F20148 is Cyan = 0, Magento = 1.00, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 72 | - |
| CMYK | 0 | 1.00 | 0.70 | 0.05 |
| HSL | 342.32º | 0.99% | 0.48% | - |
| HSV(B) | 342.32º | 1% | 0.95% | - |
| XYZ | 37.8 | 19.37 | 7.88 | - |
| YUV | 81.15 | 122.84 | 242.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 72 | 0 | 1.00 | 0.70 | 0.05 | 342.32 | 0.99 | 0.48 |
| Hex | F2 | 1 | 48 | 0 | 64 | 46 | 5 | 156 | 63 | 30 |
| Octal | 362 | 1 | 110 | 0 | 144 | 106 | 5 | 526 | 143 | 60 |
| Binary | 11110010 | 1 | 1001000 | 0 | 1100100 | 1000110 | 101 | 101010110 | 1100011 | 110000 |
Color Harmonies of #F20148
Complementary color
Monochromatic Colors of #F20148
Black with #F20148
Text Example
Text Example
White with #F20148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20148; }
p { color: rgb(242,1,72); }
H1.HeaderClassName
{
color: #F20148;
}
.AnyTagClassName
{
color: #F20148;
}
</style>
background-color css
<style>
a { background-color: #F20148; }
a { background-color: rgb(242,1,72); }
div.DivClassName
{
background-color: #F20148;
}
.BgClassName
{
background-color: #F20148;
}
</style>
border-color css
<style>
span { border-color: #F20148; }
span { border-color: rgb(242,1,72); }
td.TdClassName
{
border-color: #F20148;
}
.TagClassName
{
border-color: #F20148;
}
</style>