Shades of Razzmatazz #F6145C
Tints of Razzmatazz #F6145C
RGB
CMYK
RGB Variations
Color information
#F6145C (or 0xF6145C) is known color: Razzmatazz. HEX triplet: F6, 14 and 5C. RGB value is (246,20,92). Sum of RGB (Red+Green+Blue) = 246+20+92=358 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.72% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 246 - color contains mainly: red. Hex color #F6145C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6145C is #09EBA3. Grayscale: #5F5F5F. Windows color (decimal): -650148 or 6034678. OLE color: 6034678.
HSL color Cylindrical-coordinate representation of color #F6145C: hue angle of 340.88º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F6145C is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 20 | 92 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.04 |
| HSL | 340.88º | 0.93% | 0.52% | - |
| HSV(B) | 340.88º | 0.92% | 0.96% | - |
| XYZ | 40.19 | 20.87 | 12.03 | - |
| YUV | 95.78 | 125.87 | 235.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 20 | 92 | 0 | 0.92 | 0.63 | 0.04 | 340.88 | 0.93 | 0.52 |
| Hex | F6 | 14 | 5C | 0 | 5C | 3F | 4 | 155 | 5D | 34 |
| Octal | 366 | 24 | 134 | 0 | 134 | 77 | 4 | 525 | 135 | 64 |
| Binary | 11110110 | 10100 | 1011100 | 0 | 1011100 | 111111 | 100 | 101010101 | 1011101 | 110100 |
Color Harmonies of #F6145C
Complementary color
Monochromatic Colors of #F6145C
Black with #F6145C
Text Example
Text Example
White with #F6145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6145C; }
p { color: rgb(246,20,92); }
H1.HeaderClassName
{
color: #F6145C;
}
.AnyTagClassName
{
color: #F6145C;
}
</style>
background-color css
<style>
a { background-color: #F6145C; }
a { background-color: rgb(246,20,92); }
div.DivClassName
{
background-color: #F6145C;
}
.BgClassName
{
background-color: #F6145C;
}
</style>
border-color css
<style>
span { border-color: #F6145C; }
span { border-color: rgb(246,20,92); }
td.TdClassName
{
border-color: #F6145C;
}
.TagClassName
{
border-color: #F6145C;
}
</style>