Shades of Razzmatazz #F6045D
Tints of Razzmatazz #F6045D
RGB
CMYK
RGB Variations
Color information
#F6045D (or 0xF6045D) is known color: Razzmatazz. HEX triplet: F6, 04 and 5D. RGB value is (246,4,93). Sum of RGB (Red+Green+Blue) = 246+4+93=343 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.72% from 343); Green value is 4 (1.95% from 255 or 1.17% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 246 - color contains mainly: red. Hex color #F6045D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6045D is #09FBA2. Grayscale: #565656. Windows color (decimal): -654243 or 6096118. OLE color: 6096118.
HSL color Cylindrical-coordinate representation of color #F6045D: hue angle of 337.93º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F6045D is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 4 | 93 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.04 |
| HSL | 337.93º | 0.97% | 0.49% | - |
| HSV(B) | 337.93º | 0.98% | 0.96% | - |
| XYZ | 40.03 | 20.47 | 12.2 | - |
| YUV | 86.5 | 131.67 | 241.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 4 | 93 | 0 | 0.98 | 0.62 | 0.04 | 337.93 | 0.97 | 0.49 |
| Hex | F6 | 4 | 5D | 0 | 62 | 3E | 4 | 152 | 61 | 31 |
| Octal | 366 | 4 | 135 | 0 | 142 | 76 | 4 | 522 | 141 | 61 |
| Binary | 11110110 | 100 | 1011101 | 0 | 1100010 | 111110 | 100 | 101010010 | 1100001 | 110001 |
Color Harmonies of #F6045D
Complementary color
Monochromatic Colors of #F6045D
Black with #F6045D
Text Example
Text Example
White with #F6045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6045D; }
p { color: rgb(246,4,93); }
H1.HeaderClassName
{
color: #F6045D;
}
.AnyTagClassName
{
color: #F6045D;
}
</style>
background-color css
<style>
a { background-color: #F6045D; }
a { background-color: rgb(246,4,93); }
div.DivClassName
{
background-color: #F6045D;
}
.BgClassName
{
background-color: #F6045D;
}
</style>
border-color css
<style>
span { border-color: #F6045D; }
span { border-color: rgb(246,4,93); }
td.TdClassName
{
border-color: #F6045D;
}
.TagClassName
{
border-color: #F6045D;
}
</style>