Shades of Razzmatazz #F20659
Tints of Razzmatazz #F20659
RGB
CMYK
RGB Variations
Color information
#F20659 (or 0xF20659) is known color: Razzmatazz. HEX triplet: F2, 06 and 59. RGB value is (242,6,89). Sum of RGB (Red+Green+Blue) = 242+6+89=337 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.81% from 337); Green value is 6 (2.73% from 255 or 1.78% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 242 - color contains mainly: red. Hex color #F20659 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20659 is #0DF9A6. Grayscale: #555555. Windows color (decimal): -915879 or 5834482. OLE color: 5834482.
HSL color Cylindrical-coordinate representation of color #F20659: hue angle of 338.9º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F20659 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 6 | 89 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.05 |
| HSL | 338.9º | 0.95% | 0.49% | - |
| HSV(B) | 338.9º | 0.98% | 0.95% | - |
| XYZ | 38.49 | 19.73 | 11.23 | - |
| YUV | 86.03 | 129.69 | 239.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 6 | 89 | 0 | 0.98 | 0.63 | 0.05 | 338.9 | 0.95 | 0.49 |
| Hex | F2 | 6 | 59 | 0 | 62 | 3F | 5 | 153 | 5F | 31 |
| Octal | 362 | 6 | 131 | 0 | 142 | 77 | 5 | 523 | 137 | 61 |
| Binary | 11110010 | 110 | 1011001 | 0 | 1100010 | 111111 | 101 | 101010011 | 1011111 | 110001 |
Color Harmonies of #F20659
Complementary color
Monochromatic Colors of #F20659
Black with #F20659
Text Example
Text Example
White with #F20659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20659; }
p { color: rgb(242,6,89); }
H1.HeaderClassName
{
color: #F20659;
}
.AnyTagClassName
{
color: #F20659;
}
</style>
background-color css
<style>
a { background-color: #F20659; }
a { background-color: rgb(242,6,89); }
div.DivClassName
{
background-color: #F20659;
}
.BgClassName
{
background-color: #F20659;
}
</style>
border-color css
<style>
span { border-color: #F20659; }
span { border-color: rgb(242,6,89); }
td.TdClassName
{
border-color: #F20659;
}
.TagClassName
{
border-color: #F20659;
}
</style>