Shades of Razzmatazz #F2115B
Tints of Razzmatazz #F2115B
RGB
CMYK
RGB Variations
Color information
#F2115B (or 0xF2115B) is known color: Razzmatazz. HEX triplet: F2, 11 and 5B. RGB value is (242,17,91). Sum of RGB (Red+Green+Blue) = 242+17+91=350 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.14% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 242 - color contains mainly: red. Hex color #F2115B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2115B is #0DEEA4. Grayscale: #5C5C5C. Windows color (decimal): -913061 or 5968370. OLE color: 5968370.
HSL color Cylindrical-coordinate representation of color #F2115B: hue angle of 340.27º 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 #F2115B is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 17 | 91 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.05 |
| HSL | 340.27º | 0.9% | 0.51% | - |
| HSV(B) | 340.27º | 0.93% | 0.95% | - |
| XYZ | 38.71 | 20.03 | 11.72 | - |
| YUV | 92.71 | 127.04 | 234.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 17 | 91 | 0 | 0.93 | 0.62 | 0.05 | 340.27 | 0.9 | 0.51 |
| Hex | F2 | 11 | 5B | 0 | 5D | 3E | 5 | 154 | 5A | 33 |
| Octal | 362 | 21 | 133 | 0 | 135 | 76 | 5 | 524 | 132 | 63 |
| Binary | 11110010 | 10001 | 1011011 | 0 | 1011101 | 111110 | 101 | 101010100 | 1011010 | 110011 |
Color Harmonies of #F2115B
Complementary color
Monochromatic Colors of #F2115B
Black with #F2115B
Text Example
Text Example
White with #F2115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2115B; }
p { color: rgb(242,17,91); }
H1.HeaderClassName
{
color: #F2115B;
}
.AnyTagClassName
{
color: #F2115B;
}
</style>
background-color css
<style>
a { background-color: #F2115B; }
a { background-color: rgb(242,17,91); }
div.DivClassName
{
background-color: #F2115B;
}
.BgClassName
{
background-color: #F2115B;
}
</style>
border-color css
<style>
span { border-color: #F2115B; }
span { border-color: rgb(242,17,91); }
td.TdClassName
{
border-color: #F2115B;
}
.TagClassName
{
border-color: #F2115B;
}
</style>