Shades of Razzmatazz #F6036D
Tints of Razzmatazz #F6036D
RGB
CMYK
RGB Variations
Color information
#F6036D (or 0xF6036D) is known color: Razzmatazz. HEX triplet: F6, 03 and 6D. RGB value is (246,3,109). Sum of RGB (Red+Green+Blue) = 246+3+109=358 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.72% from 358); Green value is 3 (1.56% from 255 or 0.84% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 246 - color contains mainly: red. Hex color #F6036D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6036D is #09FC92. Grayscale: #575757. Windows color (decimal): -654483 or 7144438. OLE color: 7144438.
HSL color Cylindrical-coordinate representation of color #F6036D: hue angle of 333.83º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F6036D is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 3 | 109 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.04 |
| HSL | 333.83º | 0.98% | 0.49% | - |
| HSV(B) | 333.83º | 0.99% | 0.96% | - |
| XYZ | 40.8 | 20.76 | 16.33 | - |
| YUV | 87.74 | 140.01 | 240.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 3 | 109 | 0 | 0.99 | 0.56 | 0.04 | 333.83 | 0.98 | 0.49 |
| Hex | F6 | 3 | 6D | 0 | 63 | 38 | 4 | 14E | 62 | 31 |
| Octal | 366 | 3 | 155 | 0 | 143 | 70 | 4 | 516 | 142 | 61 |
| Binary | 11110110 | 11 | 1101101 | 0 | 1100011 | 111000 | 100 | 101001110 | 1100010 | 110001 |
Color Harmonies of #F6036D
Complementary color
Monochromatic Colors of #F6036D
Black with #F6036D
Text Example
Text Example
White with #F6036D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6036D; }
p { color: rgb(246,3,109); }
H1.HeaderClassName
{
color: #F6036D;
}
.AnyTagClassName
{
color: #F6036D;
}
</style>
background-color css
<style>
a { background-color: #F6036D; }
a { background-color: rgb(246,3,109); }
div.DivClassName
{
background-color: #F6036D;
}
.BgClassName
{
background-color: #F6036D;
}
</style>
border-color css
<style>
span { border-color: #F6036D; }
span { border-color: rgb(246,3,109); }
td.TdClassName
{
border-color: #F6036D;
}
.TagClassName
{
border-color: #F6036D;
}
</style>