Shades of Razzmatazz #F20F5E
Tints of Razzmatazz #F20F5E
RGB
CMYK
RGB Variations
Color information
#F20F5E (or 0xF20F5E) is known color: Razzmatazz. HEX triplet: F2, 0F and 5E. RGB value is (242,15,94). Sum of RGB (Red+Green+Blue) = 242+15+94=351 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.95% from 351); Green value is 15 (6.25% from 255 or 4.27% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 242 - color contains mainly: red. Hex color #F20F5E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20F5E is #0DF0A1. Grayscale: #5B5B5B. Windows color (decimal): -913570 or 6164466. OLE color: 6164466.
HSL color Cylindrical-coordinate representation of color #F20F5E: hue angle of 339.12º 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 #F20F5E is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 15 | 94 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.05 |
| HSL | 339.12º | 0.9% | 0.5% | - |
| HSV(B) | 339.12º | 0.94% | 0.95% | - |
| XYZ | 38.81 | 20.03 | 12.41 | - |
| YUV | 91.88 | 129.21 | 235.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 15 | 94 | 0 | 0.94 | 0.61 | 0.05 | 339.12 | 0.9 | 0.5 |
| Hex | F2 | F | 5E | 0 | 5E | 3D | 5 | 153 | 5A | 32 |
| Octal | 362 | 17 | 136 | 0 | 136 | 75 | 5 | 523 | 132 | 62 |
| Binary | 11110010 | 1111 | 1011110 | 0 | 1011110 | 111101 | 101 | 101010011 | 1011010 | 110010 |
Color Harmonies of #F20F5E
Complementary color
Monochromatic Colors of #F20F5E
Black with #F20F5E
Text Example
Text Example
White with #F20F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20F5E; }
p { color: rgb(242,15,94); }
H1.HeaderClassName
{
color: #F20F5E;
}
.AnyTagClassName
{
color: #F20F5E;
}
</style>
background-color css
<style>
a { background-color: #F20F5E; }
a { background-color: rgb(242,15,94); }
div.DivClassName
{
background-color: #F20F5E;
}
.BgClassName
{
background-color: #F20F5E;
}
</style>
border-color css
<style>
span { border-color: #F20F5E; }
span { border-color: rgb(242,15,94); }
td.TdClassName
{
border-color: #F20F5E;
}
.TagClassName
{
border-color: #F20F5E;
}
</style>