Shades of Razzmatazz #F20052
Tints of Razzmatazz #F20052
RGB
CMYK
RGB Variations
Color information
#F20052 (or 0xF20052) is known color: Razzmatazz. HEX triplet: F2, 00 and 52. RGB value is (242,0,82). Sum of RGB (Red+Green+Blue) = 242+0+82=324 (42% of max value = 765). Red value is 242 (94.92% from 255 or 74.69% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 242 - color contains mainly: red. Hex color #F20052 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20052 is #0DFFAD. Grayscale: #515151. Windows color (decimal): -917422 or 5374194. OLE color: 5374194.
HSL color Cylindrical-coordinate representation of color #F20052: hue angle of 339.67º 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 #F20052 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 82 | - |
| CMYK | 0 | 1 | 0.66 | 0.05 |
| HSL | 339.67º | 1% | 0.47% | - |
| HSV(B) | 339.67º | 1% | 0.95% | - |
| XYZ | 38.14 | 19.49 | 9.73 | - |
| YUV | 81.71 | 128.17 | 242.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 82 | 0 | 1 | 0.66 | 0.05 | 339.67 | 1 | 0.47 |
| Hex | F2 | 0 | 52 | 0 | 64 | 42 | 5 | 154 | 64 | 2F |
| Octal | 362 | 0 | 122 | 0 | 144 | 102 | 5 | 524 | 144 | 57 |
| Binary | 11110010 | 0 | 1010010 | 0 | 1100100 | 1000010 | 101 | 101010100 | 1100100 | 101111 |
Color Harmonies of #F20052
Complementary color
Monochromatic Colors of #F20052
Black with #F20052
Text Example
Text Example
White with #F20052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20052; }
p { color: rgb(242,0,82); }
H1.HeaderClassName
{
color: #F20052;
}
.AnyTagClassName
{
color: #F20052;
}
</style>
background-color css
<style>
a { background-color: #F20052; }
a { background-color: rgb(242,0,82); }
div.DivClassName
{
background-color: #F20052;
}
.BgClassName
{
background-color: #F20052;
}
</style>
border-color css
<style>
span { border-color: #F20052; }
span { border-color: rgb(242,0,82); }
td.TdClassName
{
border-color: #F20052;
}
.TagClassName
{
border-color: #F20052;
}
</style>