Shades of Razzmatazz #F20164
Tints of Razzmatazz #F20164
RGB
CMYK
RGB Variations
Color information
#F20164 (or 0xF20164) is known color: Razzmatazz. HEX triplet: F2, 01 and 64. RGB value is (242,1,100). Sum of RGB (Red+Green+Blue) = 242+1+100=343 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.55% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 242 - color contains mainly: red. Hex color #F20164 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20164 is #0DFE9B. Grayscale: #545454. Windows color (decimal): -917148 or 6554098. OLE color: 6554098.
HSL color Cylindrical-coordinate representation of color #F20164: hue angle of 335.35º 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 #F20164 is Cyan = 0, Magento = 1.00, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 100 | - |
| CMYK | 0 | 1.00 | 0.59 | 0.05 |
| HSL | 335.35º | 0.99% | 0.48% | - |
| HSV(B) | 335.35º | 1% | 0.95% | - |
| XYZ | 38.93 | 19.82 | 13.83 | - |
| YUV | 84.35 | 136.84 | 240.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 100 | 0 | 1.00 | 0.59 | 0.05 | 335.35 | 0.99 | 0.48 |
| Hex | F2 | 1 | 64 | 0 | 64 | 3B | 5 | 14F | 63 | 30 |
| Octal | 362 | 1 | 144 | 0 | 144 | 73 | 5 | 517 | 143 | 60 |
| Binary | 11110010 | 1 | 1100100 | 0 | 1100100 | 111011 | 101 | 101001111 | 1100011 | 110000 |
Color Harmonies of #F20164
Complementary color
Monochromatic Colors of #F20164
Black with #F20164
Text Example
Text Example
White with #F20164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20164; }
p { color: rgb(242,1,100); }
H1.HeaderClassName
{
color: #F20164;
}
.AnyTagClassName
{
color: #F20164;
}
</style>
background-color css
<style>
a { background-color: #F20164; }
a { background-color: rgb(242,1,100); }
div.DivClassName
{
background-color: #F20164;
}
.BgClassName
{
background-color: #F20164;
}
</style>
border-color css
<style>
span { border-color: #F20164; }
span { border-color: rgb(242,1,100); }
td.TdClassName
{
border-color: #F20164;
}
.TagClassName
{
border-color: #F20164;
}
</style>