Shades of Razzmatazz #F2115C
Tints of Razzmatazz #F2115C
RGB
CMYK
RGB Variations
Color information
#F2115C (or 0xF2115C) is known color: Razzmatazz. HEX triplet: F2, 11 and 5C. RGB value is (242,17,92). Sum of RGB (Red+Green+Blue) = 242+17+92=351 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.95% from 351); Green value is 17 (7.03% from 255 or 4.84% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 242 - color contains mainly: red. Hex color #F2115C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2115C is #0DEEA3. Grayscale: #5C5C5C. Windows color (decimal): -913060 or 6033906. OLE color: 6033906.
HSL color Cylindrical-coordinate representation of color #F2115C: hue angle of 340º 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 #F2115C is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 17 | 92 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.05 |
| HSL | 340º | 0.9% | 0.51% | - |
| HSV(B) | 340º | 0.93% | 0.95% | - |
| XYZ | 38.75 | 20.05 | 11.95 | - |
| YUV | 92.83 | 127.54 | 234.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 17 | 92 | 0 | 0.93 | 0.62 | 0.05 | 340 | 0.9 | 0.51 |
| Hex | F2 | 11 | 5C | 0 | 5D | 3E | 5 | 154 | 5A | 33 |
| Octal | 362 | 21 | 134 | 0 | 135 | 76 | 5 | 524 | 132 | 63 |
| Binary | 11110010 | 10001 | 1011100 | 0 | 1011101 | 111110 | 101 | 101010100 | 1011010 | 110011 |
Color Harmonies of #F2115C
Complementary color
Monochromatic Colors of #F2115C
Black with #F2115C
Text Example
Text Example
White with #F2115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2115C; }
p { color: rgb(242,17,92); }
H1.HeaderClassName
{
color: #F2115C;
}
.AnyTagClassName
{
color: #F2115C;
}
</style>
background-color css
<style>
a { background-color: #F2115C; }
a { background-color: rgb(242,17,92); }
div.DivClassName
{
background-color: #F2115C;
}
.BgClassName
{
background-color: #F2115C;
}
</style>
border-color css
<style>
span { border-color: #F2115C; }
span { border-color: rgb(242,17,92); }
td.TdClassName
{
border-color: #F2115C;
}
.TagClassName
{
border-color: #F2115C;
}
</style>