Shades of Razzmatazz #F20F4E
Tints of Razzmatazz #F20F4E
RGB
CMYK
RGB Variations
Color information
#F20F4E (or 0xF20F4E) is known color: Razzmatazz. HEX triplet: F2, 0F and 4E. RGB value is (242,15,78). Sum of RGB (Red+Green+Blue) = 242+15+78=335 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.24% from 335); Green value is 15 (6.25% from 255 or 4.48% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 242 - color contains mainly: red. Hex color #F20F4E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20F4E is #0DF0B1. Grayscale: #5A5A5A. Windows color (decimal): -913586 or 5115890. OLE color: 5115890.
HSL color Cylindrical-coordinate representation of color #F20F4E: hue angle of 343.35º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F20F4E is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 15 | 78 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.05 |
| HSL | 343.35º | 0.9% | 0.5% | - |
| HSV(B) | 343.35º | 0.94% | 0.95% | - |
| XYZ | 38.16 | 19.77 | 9.01 | - |
| YUV | 90.06 | 121.21 | 236.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 15 | 78 | 0 | 0.94 | 0.68 | 0.05 | 343.35 | 0.9 | 0.5 |
| Hex | F2 | F | 4E | 0 | 5E | 44 | 5 | 157 | 5A | 32 |
| Octal | 362 | 17 | 116 | 0 | 136 | 104 | 5 | 527 | 132 | 62 |
| Binary | 11110010 | 1111 | 1001110 | 0 | 1011110 | 1000100 | 101 | 101010111 | 1011010 | 110010 |
Color Harmonies of #F20F4E
Complementary color
Monochromatic Colors of #F20F4E
Black with #F20F4E
Text Example
Text Example
White with #F20F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20F4E; }
p { color: rgb(242,15,78); }
H1.HeaderClassName
{
color: #F20F4E;
}
.AnyTagClassName
{
color: #F20F4E;
}
</style>
background-color css
<style>
a { background-color: #F20F4E; }
a { background-color: rgb(242,15,78); }
div.DivClassName
{
background-color: #F20F4E;
}
.BgClassName
{
background-color: #F20F4E;
}
</style>
border-color css
<style>
span { border-color: #F20F4E; }
span { border-color: rgb(242,15,78); }
td.TdClassName
{
border-color: #F20F4E;
}
.TagClassName
{
border-color: #F20F4E;
}
</style>