Shades of Razzmatazz #F6115C
Tints of Razzmatazz #F6115C
RGB
CMYK
RGB Variations
Color information
#F6115C (or 0xF6115C) is known color: Razzmatazz. HEX triplet: F6, 11 and 5C. RGB value is (246,17,92). Sum of RGB (Red+Green+Blue) = 246+17+92=355 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.30% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 246 - color contains mainly: red. Hex color #F6115C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6115C is #09EEA3. Grayscale: #5D5D5D. Windows color (decimal): -650916 or 6033910. OLE color: 6033910.
HSL color Cylindrical-coordinate representation of color #F6115C: hue angle of 340.35º 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 #F6115C is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 17 | 92 | - |
| CMYK | 0 | 0.93 | 0.63 | 0.04 |
| HSL | 340.35º | 0.93% | 0.52% | - |
| HSV(B) | 340.35º | 0.93% | 0.96% | - |
| XYZ | 40.14 | 20.77 | 12.02 | - |
| YUV | 94.02 | 126.87 | 236.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 17 | 92 | 0 | 0.93 | 0.63 | 0.04 | 340.35 | 0.93 | 0.52 |
| Hex | F6 | 11 | 5C | 0 | 5D | 3F | 4 | 154 | 5D | 34 |
| Octal | 366 | 21 | 134 | 0 | 135 | 77 | 4 | 524 | 135 | 64 |
| Binary | 11110110 | 10001 | 1011100 | 0 | 1011101 | 111111 | 100 | 101010100 | 1011101 | 110100 |
Color Harmonies of #F6115C
Complementary color
Monochromatic Colors of #F6115C
Black with #F6115C
Text Example
Text Example
White with #F6115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6115C; }
p { color: rgb(246,17,92); }
H1.HeaderClassName
{
color: #F6115C;
}
.AnyTagClassName
{
color: #F6115C;
}
</style>
background-color css
<style>
a { background-color: #F6115C; }
a { background-color: rgb(246,17,92); }
div.DivClassName
{
background-color: #F6115C;
}
.BgClassName
{
background-color: #F6115C;
}
</style>
border-color css
<style>
span { border-color: #F6115C; }
span { border-color: rgb(246,17,92); }
td.TdClassName
{
border-color: #F6115C;
}
.TagClassName
{
border-color: #F6115C;
}
</style>