Shades of Razzmatazz #F6014D
Tints of Razzmatazz #F6014D
RGB
CMYK
RGB Variations
Color information
#F6014D (or 0xF6014D) is known color: Razzmatazz. HEX triplet: F6, 01 and 4D. RGB value is (246,1,77). Sum of RGB (Red+Green+Blue) = 246+1+77=324 (42% of max value = 765). Red value is 246 (96.48% from 255 or 75.93% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 246 - color contains mainly: red. Hex color #F6014D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6014D is #09FEB2. Grayscale: #525252. Windows color (decimal): -655027 or 5046774. OLE color: 5046774.
HSL color Cylindrical-coordinate representation of color #F6014D: hue angle of 341.39º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F6014D is Cyan = 0, Magento = 1.00, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 1 | 77 | - |
| CMYK | 0 | 1.00 | 0.69 | 0.04 |
| HSL | 341.39º | 0.99% | 0.48% | - |
| HSV(B) | 341.39º | 1% | 0.96% | - |
| XYZ | 39.36 | 20.15 | 8.84 | - |
| YUV | 82.92 | 124.67 | 244.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 1 | 77 | 0 | 1.00 | 0.69 | 0.04 | 341.39 | 0.99 | 0.48 |
| Hex | F6 | 1 | 4D | 0 | 64 | 45 | 4 | 155 | 63 | 30 |
| Octal | 366 | 1 | 115 | 0 | 144 | 105 | 4 | 525 | 143 | 60 |
| Binary | 11110110 | 1 | 1001101 | 0 | 1100100 | 1000101 | 100 | 101010101 | 1100011 | 110000 |
Color Harmonies of #F6014D
Complementary color
Monochromatic Colors of #F6014D
Black with #F6014D
Text Example
Text Example
White with #F6014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6014D; }
p { color: rgb(246,1,77); }
H1.HeaderClassName
{
color: #F6014D;
}
.AnyTagClassName
{
color: #F6014D;
}
</style>
background-color css
<style>
a { background-color: #F6014D; }
a { background-color: rgb(246,1,77); }
div.DivClassName
{
background-color: #F6014D;
}
.BgClassName
{
background-color: #F6014D;
}
</style>
border-color css
<style>
span { border-color: #F6014D; }
span { border-color: rgb(246,1,77); }
td.TdClassName
{
border-color: #F6014D;
}
.TagClassName
{
border-color: #F6014D;
}
</style>