Shades of Razzmatazz #F20172
Tints of Razzmatazz #F20172
RGB
CMYK
RGB Variations
Color information
#F20172 (or 0xF20172) is known color: Razzmatazz. HEX triplet: F2, 01 and 72. RGB value is (242,1,114). Sum of RGB (Red+Green+Blue) = 242+1+114=357 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.79% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 242 - color contains mainly: red. Hex color #F20172 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20172 is #0DFE8D. Grayscale: #555555. Windows color (decimal): -917134 or 7471602. OLE color: 7471602.
HSL color Cylindrical-coordinate representation of color #F20172: hue angle of 331.87º 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 #F20172 is Cyan = 0, Magento = 1.00, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 114 | - |
| CMYK | 0 | 1.00 | 0.53 | 0.05 |
| HSL | 331.87º | 0.99% | 0.48% | - |
| HSV(B) | 331.87º | 1% | 0.95% | - |
| XYZ | 39.67 | 20.11 | 17.71 | - |
| YUV | 85.94 | 143.84 | 239.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 114 | 0 | 1.00 | 0.53 | 0.05 | 331.87 | 0.99 | 0.48 |
| Hex | F2 | 1 | 72 | 0 | 64 | 35 | 5 | 14C | 63 | 30 |
| Octal | 362 | 1 | 162 | 0 | 144 | 65 | 5 | 514 | 143 | 60 |
| Binary | 11110010 | 1 | 1110010 | 0 | 1100100 | 110101 | 101 | 101001100 | 1100011 | 110000 |
Color Harmonies of #F20172
Complementary color
Monochromatic Colors of #F20172
Black with #F20172
Text Example
Text Example
White with #F20172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20172; }
p { color: rgb(242,1,114); }
H1.HeaderClassName
{
color: #F20172;
}
.AnyTagClassName
{
color: #F20172;
}
</style>
background-color css
<style>
a { background-color: #F20172; }
a { background-color: rgb(242,1,114); }
div.DivClassName
{
background-color: #F20172;
}
.BgClassName
{
background-color: #F20172;
}
</style>
border-color css
<style>
span { border-color: #F20172; }
span { border-color: rgb(242,1,114); }
td.TdClassName
{
border-color: #F20172;
}
.TagClassName
{
border-color: #F20172;
}
</style>