Shades of Razzmatazz #F20655
Tints of Razzmatazz #F20655
RGB
CMYK
RGB Variations
Color information
#F20655 (or 0xF20655) is known color: Razzmatazz. HEX triplet: F2, 06 and 55. RGB value is (242,6,85). Sum of RGB (Red+Green+Blue) = 242+6+85=333 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.67% from 333); Green value is 6 (2.73% from 255 or 1.80% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 242 - color contains mainly: red. Hex color #F20655 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20655 is #0DF9AA. Grayscale: #555555. Windows color (decimal): -915883 or 5572338. OLE color: 5572338.
HSL color Cylindrical-coordinate representation of color #F20655: hue angle of 339.92º 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 #F20655 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 6 | 85 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.05 |
| HSL | 339.92º | 0.95% | 0.49% | - |
| HSV(B) | 339.92º | 0.98% | 0.95% | - |
| XYZ | 38.32 | 19.66 | 10.37 | - |
| YUV | 85.57 | 127.69 | 239.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 6 | 85 | 0 | 0.98 | 0.65 | 0.05 | 339.92 | 0.95 | 0.49 |
| Hex | F2 | 6 | 55 | 0 | 62 | 41 | 5 | 154 | 5F | 31 |
| Octal | 362 | 6 | 125 | 0 | 142 | 101 | 5 | 524 | 137 | 61 |
| Binary | 11110010 | 110 | 1010101 | 0 | 1100010 | 1000001 | 101 | 101010100 | 1011111 | 110001 |
Color Harmonies of #F20655
Complementary color
Monochromatic Colors of #F20655
Black with #F20655
Text Example
Text Example
White with #F20655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20655; }
p { color: rgb(242,6,85); }
H1.HeaderClassName
{
color: #F20655;
}
.AnyTagClassName
{
color: #F20655;
}
</style>
background-color css
<style>
a { background-color: #F20655; }
a { background-color: rgb(242,6,85); }
div.DivClassName
{
background-color: #F20655;
}
.BgClassName
{
background-color: #F20655;
}
</style>
border-color css
<style>
span { border-color: #F20655; }
span { border-color: rgb(242,6,85); }
td.TdClassName
{
border-color: #F20655;
}
.TagClassName
{
border-color: #F20655;
}
</style>