Shades of Razzmatazz #F6115D
Tints of Razzmatazz #F6115D
RGB
CMYK
RGB Variations
Color information
#F6115D (or 0xF6115D) is known color: Razzmatazz. HEX triplet: F6, 11 and 5D. RGB value is (246,17,93). Sum of RGB (Red+Green+Blue) = 246+17+93=356 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.10% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 246 - color contains mainly: red. Hex color #F6115D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6115D is #09EEA2. Grayscale: #5E5E5E. Windows color (decimal): -650915 or 6099446. OLE color: 6099446.
HSL color Cylindrical-coordinate representation of color #F6115D: hue angle of 340.09º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F6115D is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 17 | 93 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.04 |
| HSL | 340.09º | 0.93% | 0.52% | - |
| HSV(B) | 340.09º | 0.93% | 0.96% | - |
| XYZ | 40.18 | 20.78 | 12.25 | - |
| YUV | 94.14 | 127.37 | 236.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 17 | 93 | 0 | 0.93 | 0.62 | 0.04 | 340.09 | 0.93 | 0.52 |
| Hex | F6 | 11 | 5D | 0 | 5D | 3E | 4 | 154 | 5D | 34 |
| Octal | 366 | 21 | 135 | 0 | 135 | 76 | 4 | 524 | 135 | 64 |
| Binary | 11110110 | 10001 | 1011101 | 0 | 1011101 | 111110 | 100 | 101010100 | 1011101 | 110100 |
Color Harmonies of #F6115D
Complementary color
Monochromatic Colors of #F6115D
Black with #F6115D
Text Example
Text Example
White with #F6115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6115D; }
p { color: rgb(246,17,93); }
H1.HeaderClassName
{
color: #F6115D;
}
.AnyTagClassName
{
color: #F6115D;
}
</style>
background-color css
<style>
a { background-color: #F6115D; }
a { background-color: rgb(246,17,93); }
div.DivClassName
{
background-color: #F6115D;
}
.BgClassName
{
background-color: #F6115D;
}
</style>
border-color css
<style>
span { border-color: #F6115D; }
span { border-color: rgb(246,17,93); }
td.TdClassName
{
border-color: #F6115D;
}
.TagClassName
{
border-color: #F6115D;
}
</style>