Shades of Razzmatazz #F20550
Tints of Razzmatazz #F20550
RGB
CMYK
RGB Variations
Color information
#F20550 (or 0xF20550) is known color: Razzmatazz. HEX triplet: F2, 05 and 50. RGB value is (242,5,80). Sum of RGB (Red+Green+Blue) = 242+5+80=327 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.01% from 327); Green value is 5 (2.34% from 255 or 1.53% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 242 - color contains mainly: red. Hex color #F20550 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20550 is #0DFAAF. Grayscale: #545454. Windows color (decimal): -916144 or 5244402. OLE color: 5244402.
HSL color Cylindrical-coordinate representation of color #F20550: hue angle of 341.01º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F20550 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 5 | 80 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.05 |
| HSL | 341.01º | 0.96% | 0.48% | - |
| HSV(B) | 341.01º | 0.98% | 0.95% | - |
| XYZ | 38.12 | 19.56 | 9.36 | - |
| YUV | 84.41 | 125.52 | 240.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 80 | 0 | 0.98 | 0.67 | 0.05 | 341.01 | 0.96 | 0.48 |
| Hex | F2 | 5 | 50 | 0 | 62 | 43 | 5 | 155 | 60 | 30 |
| Octal | 362 | 5 | 120 | 0 | 142 | 103 | 5 | 525 | 140 | 60 |
| Binary | 11110010 | 101 | 1010000 | 0 | 1100010 | 1000011 | 101 | 101010101 | 1100000 | 110000 |
Color Harmonies of #F20550
Complementary color
Monochromatic Colors of #F20550
Black with #F20550
Text Example
Text Example
White with #F20550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20550; }
p { color: rgb(242,5,80); }
H1.HeaderClassName
{
color: #F20550;
}
.AnyTagClassName
{
color: #F20550;
}
</style>
background-color css
<style>
a { background-color: #F20550; }
a { background-color: rgb(242,5,80); }
div.DivClassName
{
background-color: #F20550;
}
.BgClassName
{
background-color: #F20550;
}
</style>
border-color css
<style>
span { border-color: #F20550; }
span { border-color: rgb(242,5,80); }
td.TdClassName
{
border-color: #F20550;
}
.TagClassName
{
border-color: #F20550;
}
</style>