Shades of Razzmatazz #F6014E
Tints of Razzmatazz #F6014E
RGB
CMYK
RGB Variations
Color information
#F6014E (or 0xF6014E) is known color: Razzmatazz. HEX triplet: F6, 01 and 4E. RGB value is (246,1,78). Sum of RGB (Red+Green+Blue) = 246+1+78=325 (43% of max value = 765). Red value is 246 (96.48% from 255 or 75.69% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 246 - color contains mainly: red. Hex color #F6014E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6014E is #09FEB1. Grayscale: #525252. Windows color (decimal): -655026 or 5112310. OLE color: 5112310.
HSL color Cylindrical-coordinate representation of color #F6014E: hue angle of 341.14º 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 #F6014E is Cyan = 0, Magento = 1.00, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 1 | 78 | - |
| CMYK | 0 | 1.00 | 0.68 | 0.04 |
| HSL | 341.14º | 0.99% | 0.48% | - |
| HSV(B) | 341.14º | 1% | 0.96% | - |
| XYZ | 39.39 | 20.16 | 9.02 | - |
| YUV | 83.03 | 125.17 | 244.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 1 | 78 | 0 | 1.00 | 0.68 | 0.04 | 341.14 | 0.99 | 0.48 |
| Hex | F6 | 1 | 4E | 0 | 64 | 44 | 4 | 155 | 63 | 30 |
| Octal | 366 | 1 | 116 | 0 | 144 | 104 | 4 | 525 | 143 | 60 |
| Binary | 11110110 | 1 | 1001110 | 0 | 1100100 | 1000100 | 100 | 101010101 | 1100011 | 110000 |
Color Harmonies of #F6014E
Complementary color
Monochromatic Colors of #F6014E
Black with #F6014E
Text Example
Text Example
White with #F6014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6014E; }
p { color: rgb(246,1,78); }
H1.HeaderClassName
{
color: #F6014E;
}
.AnyTagClassName
{
color: #F6014E;
}
</style>
background-color css
<style>
a { background-color: #F6014E; }
a { background-color: rgb(246,1,78); }
div.DivClassName
{
background-color: #F6014E;
}
.BgClassName
{
background-color: #F6014E;
}
</style>
border-color css
<style>
span { border-color: #F6014E; }
span { border-color: rgb(246,1,78); }
td.TdClassName
{
border-color: #F6014E;
}
.TagClassName
{
border-color: #F6014E;
}
</style>