Shades of Razzmatazz #FF0E6D
Tints of Razzmatazz #FF0E6D
RGB
CMYK
RGB Variations
Color information
#FF0E6D (or 0xFF0E6D) is known color: Razzmatazz. HEX triplet: FF, 0E and 6D. RGB value is (255,14,109). Sum of RGB (Red+Green+Blue) = 255+14+109=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 14 (5.86% from 255 or 3.70% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0E6D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0E6D is #00F192. Grayscale: #606060. Windows color (decimal): -61843 or 7147263. OLE color: 7147263.
HSL color Cylindrical-coordinate representation of color #FF0E6D: hue angle of 336.35º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0E6D is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 14 | 109 | - |
| CMYK | 0 | 0.95 | 0.57 | 0 |
| HSL | 336.35º | 1% | 0.53% | - |
| HSV(B) | 336.35º | 0.95% | 1% | - |
| XYZ | 44.16 | 22.68 | 16.52 | - |
| YUV | 96.89 | 134.84 | 240.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 14 | 109 | 0 | 0.95 | 0.57 | 0 | 336.35 | 1 | 0.53 |
| Hex | FF | E | 6D | 0 | 5F | 39 | 0 | 150 | 64 | 35 |
| Octal | 377 | 16 | 155 | 0 | 137 | 71 | 0 | 520 | 144 | 65 |
| Binary | 11111111 | 1110 | 1101101 | 0 | 1011111 | 111001 | 0 | 101010000 | 1100100 | 110101 |
Color Harmonies of #FF0E6D
Complementary color
Monochromatic Colors of #FF0E6D
Black with #FF0E6D
Text Example
Text Example
White with #FF0E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0E6D; }
p { color: rgb(255,14,109); }
H1.HeaderClassName
{
color: #FF0E6D;
}
.AnyTagClassName
{
color: #FF0E6D;
}
</style>
background-color css
<style>
a { background-color: #FF0E6D; }
a { background-color: rgb(255,14,109); }
div.DivClassName
{
background-color: #FF0E6D;
}
.BgClassName
{
background-color: #FF0E6D;
}
</style>
border-color css
<style>
span { border-color: #FF0E6D; }
span { border-color: rgb(255,14,109); }
td.TdClassName
{
border-color: #FF0E6D;
}
.TagClassName
{
border-color: #FF0E6D;
}
</style>