Shades of Razzmatazz #F20173
Tints of Razzmatazz #F20173
RGB
CMYK
RGB Variations
Color information
#F20173 (or 0xF20173) is known color: Razzmatazz. HEX triplet: F2, 01 and 73. RGB value is (242,1,115). Sum of RGB (Red+Green+Blue) = 242+1+115=358 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.60% from 358); Green value is 1 (0.78% from 255 or 0.28% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 242 - color contains mainly: red. Hex color #F20173 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20173 is #0DFE8C. Grayscale: #555555. Windows color (decimal): -917133 or 7537138. OLE color: 7537138.
HSL color Cylindrical-coordinate representation of color #F20173: hue angle of 331.62º 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 #F20173 is Cyan = 0, Magento = 1.00, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 115 | - |
| CMYK | 0 | 1.00 | 0.52 | 0.05 |
| HSL | 331.62º | 0.99% | 0.48% | - |
| HSV(B) | 331.62º | 1% | 0.95% | - |
| XYZ | 39.72 | 20.14 | 18.01 | - |
| YUV | 86.06 | 144.34 | 239.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 115 | 0 | 1.00 | 0.52 | 0.05 | 331.62 | 0.99 | 0.48 |
| Hex | F2 | 1 | 73 | 0 | 64 | 34 | 5 | 14C | 63 | 30 |
| Octal | 362 | 1 | 163 | 0 | 144 | 64 | 5 | 514 | 143 | 60 |
| Binary | 11110010 | 1 | 1110011 | 0 | 1100100 | 110100 | 101 | 101001100 | 1100011 | 110000 |
Color Harmonies of #F20173
Complementary color
Monochromatic Colors of #F20173
Black with #F20173
Text Example
Text Example
White with #F20173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20173; }
p { color: rgb(242,1,115); }
H1.HeaderClassName
{
color: #F20173;
}
.AnyTagClassName
{
color: #F20173;
}
</style>
background-color css
<style>
a { background-color: #F20173; }
a { background-color: rgb(242,1,115); }
div.DivClassName
{
background-color: #F20173;
}
.BgClassName
{
background-color: #F20173;
}
</style>
border-color css
<style>
span { border-color: #F20173; }
span { border-color: rgb(242,1,115); }
td.TdClassName
{
border-color: #F20173;
}
.TagClassName
{
border-color: #F20173;
}
</style>