Shades of Razzmatazz #F2115D
Tints of Razzmatazz #F2115D
RGB
CMYK
RGB Variations
Color information
#F2115D (or 0xF2115D) is known color: Razzmatazz. HEX triplet: F2, 11 and 5D. RGB value is (242,17,93). Sum of RGB (Red+Green+Blue) = 242+17+93=352 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.75% from 352); Green value is 17 (7.03% from 255 or 4.83% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 242 - color contains mainly: red. Hex color #F2115D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2115D is #0DEEA2. Grayscale: #5C5C5C. Windows color (decimal): -913059 or 6099442. OLE color: 6099442.
HSL color Cylindrical-coordinate representation of color #F2115D: hue angle of 339.73º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F2115D is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 17 | 93 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.05 |
| HSL | 339.73º | 0.9% | 0.51% | - |
| HSV(B) | 339.73º | 0.93% | 0.95% | - |
| XYZ | 38.79 | 20.07 | 12.18 | - |
| YUV | 92.94 | 128.04 | 234.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 17 | 93 | 0 | 0.93 | 0.62 | 0.05 | 339.73 | 0.9 | 0.51 |
| Hex | F2 | 11 | 5D | 0 | 5D | 3E | 5 | 154 | 5A | 33 |
| Octal | 362 | 21 | 135 | 0 | 135 | 76 | 5 | 524 | 132 | 63 |
| Binary | 11110010 | 10001 | 1011101 | 0 | 1011101 | 111110 | 101 | 101010100 | 1011010 | 110011 |
Color Harmonies of #F2115D
Complementary color
Monochromatic Colors of #F2115D
Black with #F2115D
Text Example
Text Example
White with #F2115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2115D; }
p { color: rgb(242,17,93); }
H1.HeaderClassName
{
color: #F2115D;
}
.AnyTagClassName
{
color: #F2115D;
}
</style>
background-color css
<style>
a { background-color: #F2115D; }
a { background-color: rgb(242,17,93); }
div.DivClassName
{
background-color: #F2115D;
}
.BgClassName
{
background-color: #F2115D;
}
</style>
border-color css
<style>
span { border-color: #F2115D; }
span { border-color: rgb(242,17,93); }
td.TdClassName
{
border-color: #F2115D;
}
.TagClassName
{
border-color: #F2115D;
}
</style>