Shades of Razzmatazz #F20768
Tints of Razzmatazz #F20768
RGB
CMYK
RGB Variations
Color information
#F20768 (or 0xF20768) is known color: Razzmatazz. HEX triplet: F2, 07 and 68. RGB value is (242,7,104). Sum of RGB (Red+Green+Blue) = 242+7+104=353 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.56% from 353); Green value is 7 (3.12% from 255 or 1.98% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 242 - color contains mainly: red. Hex color #F20768 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20768 is #0DF897. Grayscale: #585858. Windows color (decimal): -915608 or 6817778. OLE color: 6817778.
HSL color Cylindrical-coordinate representation of color #F20768: hue angle of 335.23º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F20768 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 7 | 104 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.05 |
| HSL | 335.23º | 0.94% | 0.49% | - |
| HSV(B) | 335.23º | 0.97% | 0.95% | - |
| XYZ | 39.19 | 20.03 | 14.9 | - |
| YUV | 88.32 | 136.86 | 237.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 7 | 104 | 0 | 0.97 | 0.57 | 0.05 | 335.23 | 0.94 | 0.49 |
| Hex | F2 | 7 | 68 | 0 | 61 | 39 | 5 | 14F | 5E | 31 |
| Octal | 362 | 7 | 150 | 0 | 141 | 71 | 5 | 517 | 136 | 61 |
| Binary | 11110010 | 111 | 1101000 | 0 | 1100001 | 111001 | 101 | 101001111 | 1011110 | 110001 |
Color Harmonies of #F20768
Complementary color
Monochromatic Colors of #F20768
Black with #F20768
Text Example
Text Example
White with #F20768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20768; }
p { color: rgb(242,7,104); }
H1.HeaderClassName
{
color: #F20768;
}
.AnyTagClassName
{
color: #F20768;
}
</style>
background-color css
<style>
a { background-color: #F20768; }
a { background-color: rgb(242,7,104); }
div.DivClassName
{
background-color: #F20768;
}
.BgClassName
{
background-color: #F20768;
}
</style>
border-color css
<style>
span { border-color: #F20768; }
span { border-color: rgb(242,7,104); }
td.TdClassName
{
border-color: #F20768;
}
.TagClassName
{
border-color: #F20768;
}
</style>