Shades of Razzmatazz #F6145F
Tints of Razzmatazz #F6145F
RGB
CMYK
RGB Variations
Color information
#F6145F (or 0xF6145F) is known color: Razzmatazz. HEX triplet: F6, 14 and 5F. RGB value is (246,20,95). Sum of RGB (Red+Green+Blue) = 246+20+95=361 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.14% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 246 - color contains mainly: red. Hex color #F6145F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6145F is #09EBA0. Grayscale: #606060. Windows color (decimal): -650145 or 6231286. OLE color: 6231286.
HSL color Cylindrical-coordinate representation of color #F6145F: 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.92%. Process color model (Four color, CMYK) of #F6145F is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 20 | 95 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.04 |
| HSL | 340.09º | 0.93% | 0.52% | - |
| HSV(B) | 340.09º | 0.92% | 0.96% | - |
| XYZ | 40.32 | 20.92 | 12.74 | - |
| YUV | 96.12 | 127.37 | 234.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 20 | 95 | 0 | 0.92 | 0.61 | 0.04 | 340.09 | 0.93 | 0.52 |
| Hex | F6 | 14 | 5F | 0 | 5C | 3D | 4 | 154 | 5D | 34 |
| Octal | 366 | 24 | 137 | 0 | 134 | 75 | 4 | 524 | 135 | 64 |
| Binary | 11110110 | 10100 | 1011111 | 0 | 1011100 | 111101 | 100 | 101010100 | 1011101 | 110100 |
Color Harmonies of #F6145F
Complementary color
Monochromatic Colors of #F6145F
Black with #F6145F
Text Example
Text Example
White with #F6145F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6145F; }
p { color: rgb(246,20,95); }
H1.HeaderClassName
{
color: #F6145F;
}
.AnyTagClassName
{
color: #F6145F;
}
</style>
background-color css
<style>
a { background-color: #F6145F; }
a { background-color: rgb(246,20,95); }
div.DivClassName
{
background-color: #F6145F;
}
.BgClassName
{
background-color: #F6145F;
}
</style>
border-color css
<style>
span { border-color: #F6145F; }
span { border-color: rgb(246,20,95); }
td.TdClassName
{
border-color: #F6145F;
}
.TagClassName
{
border-color: #F6145F;
}
</style>