Shades of Razzmatazz #F20750
Tints of Razzmatazz #F20750
RGB
CMYK
RGB Variations
Color information
#F20750 (or 0xF20750) is known color: Razzmatazz. HEX triplet: F2, 07 and 50. RGB value is (242,7,80). Sum of RGB (Red+Green+Blue) = 242+7+80=329 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.56% from 329); Green value is 7 (3.12% from 255 or 2.13% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 242 - color contains mainly: red. Hex color #F20750 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20750 is #0DF8AF. Grayscale: #555555. Windows color (decimal): -915632 or 5244914. OLE color: 5244914.
HSL color Cylindrical-coordinate representation of color #F20750: hue angle of 341.36º 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 #F20750 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 7 | 80 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.05 |
| HSL | 341.36º | 0.94% | 0.49% | - |
| HSV(B) | 341.36º | 0.97% | 0.95% | - |
| XYZ | 38.14 | 19.61 | 9.36 | - |
| YUV | 85.59 | 124.86 | 239.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 7 | 80 | 0 | 0.97 | 0.67 | 0.05 | 341.36 | 0.94 | 0.49 |
| Hex | F2 | 7 | 50 | 0 | 61 | 43 | 5 | 155 | 5E | 31 |
| Octal | 362 | 7 | 120 | 0 | 141 | 103 | 5 | 525 | 136 | 61 |
| Binary | 11110010 | 111 | 1010000 | 0 | 1100001 | 1000011 | 101 | 101010101 | 1011110 | 110001 |
Color Harmonies of #F20750
Complementary color
Monochromatic Colors of #F20750
Black with #F20750
Text Example
Text Example
White with #F20750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20750; }
p { color: rgb(242,7,80); }
H1.HeaderClassName
{
color: #F20750;
}
.AnyTagClassName
{
color: #F20750;
}
</style>
background-color css
<style>
a { background-color: #F20750; }
a { background-color: rgb(242,7,80); }
div.DivClassName
{
background-color: #F20750;
}
.BgClassName
{
background-color: #F20750;
}
</style>
border-color css
<style>
span { border-color: #F20750; }
span { border-color: rgb(242,7,80); }
td.TdClassName
{
border-color: #F20750;
}
.TagClassName
{
border-color: #F20750;
}
</style>