Shades of Razzmatazz #F20064
Tints of Razzmatazz #F20064
RGB
CMYK
RGB Variations
Color information
#F20064 (or 0xF20064) is known color: Razzmatazz. HEX triplet: F2, 00 and 64. RGB value is (242,0,100). Sum of RGB (Red+Green+Blue) = 242+0+100=342 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.76% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 100 (39.45% from 255 or 29.24% from 342); Max value from RGB is 242 - color contains mainly: red. Hex color #F20064 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20064 is #0DFF9B. Grayscale: #535353. Windows color (decimal): -917404 or 6553842. OLE color: 6553842.
HSL color Cylindrical-coordinate representation of color #F20064: hue angle of 335.21º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F20064 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 100 | - |
| CMYK | 0 | 1 | 0.59 | 0.05 |
| HSL | 335.21º | 1% | 0.47% | - |
| HSV(B) | 335.21º | 1% | 0.95% | - |
| XYZ | 38.92 | 19.8 | 13.83 | - |
| YUV | 83.76 | 137.17 | 240.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 100 | 0 | 1 | 0.59 | 0.05 | 335.21 | 1 | 0.47 |
| Hex | F2 | 0 | 64 | 0 | 64 | 3B | 5 | 14F | 64 | 2F |
| Octal | 362 | 0 | 144 | 0 | 144 | 73 | 5 | 517 | 144 | 57 |
| Binary | 11110010 | 0 | 1100100 | 0 | 1100100 | 111011 | 101 | 101001111 | 1100100 | 101111 |
Color Harmonies of #F20064
Complementary color
Monochromatic Colors of #F20064
Black with #F20064
Text Example
Text Example
White with #F20064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20064; }
p { color: rgb(242,0,100); }
H1.HeaderClassName
{
color: #F20064;
}
.AnyTagClassName
{
color: #F20064;
}
</style>
background-color css
<style>
a { background-color: #F20064; }
a { background-color: rgb(242,0,100); }
div.DivClassName
{
background-color: #F20064;
}
.BgClassName
{
background-color: #F20064;
}
</style>
border-color css
<style>
span { border-color: #F20064; }
span { border-color: rgb(242,0,100); }
td.TdClassName
{
border-color: #F20064;
}
.TagClassName
{
border-color: #F20064;
}
</style>