Shades of Razzmatazz #FF0E6C
Tints of Razzmatazz #FF0E6C
RGB
CMYK
RGB Variations
Color information
#FF0E6C (or 0xFF0E6C) is known color: Razzmatazz. HEX triplet: FF, 0E and 6C. RGB value is (255,14,108). Sum of RGB (Red+Green+Blue) = 255+14+108=377 (49% of max value = 765). Red value is 255 (100% from 255 or 67.64% from 377); Green value is 14 (5.86% from 255 or 3.71% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0E6C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0E6C is #00F193. Grayscale: #606060. Windows color (decimal): -61844 or 7081727. OLE color: 7081727.
HSL color Cylindrical-coordinate representation of color #FF0E6C: hue angle of 336.6º 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 #FF0E6C is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 14 | 108 | - |
| CMYK | 0 | 0.95 | 0.58 | 0 |
| HSL | 336.6º | 1% | 0.53% | - |
| HSV(B) | 336.6º | 0.95% | 1% | - |
| XYZ | 44.1 | 22.66 | 16.24 | - |
| YUV | 96.78 | 134.34 | 240.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 14 | 108 | 0 | 0.95 | 0.58 | 0 | 336.6 | 1 | 0.53 |
| Hex | FF | E | 6C | 0 | 5F | 3A | 0 | 151 | 64 | 35 |
| Octal | 377 | 16 | 154 | 0 | 137 | 72 | 0 | 521 | 144 | 65 |
| Binary | 11111111 | 1110 | 1101100 | 0 | 1011111 | 111010 | 0 | 101010001 | 1100100 | 110101 |
Color Harmonies of #FF0E6C
Complementary color
Monochromatic Colors of #FF0E6C
Black with #FF0E6C
Text Example
Text Example
White with #FF0E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0E6C; }
p { color: rgb(255,14,108); }
H1.HeaderClassName
{
color: #FF0E6C;
}
.AnyTagClassName
{
color: #FF0E6C;
}
</style>
background-color css
<style>
a { background-color: #FF0E6C; }
a { background-color: rgb(255,14,108); }
div.DivClassName
{
background-color: #FF0E6C;
}
.BgClassName
{
background-color: #FF0E6C;
}
</style>
border-color css
<style>
span { border-color: #FF0E6C; }
span { border-color: rgb(255,14,108); }
td.TdClassName
{
border-color: #FF0E6C;
}
.TagClassName
{
border-color: #FF0E6C;
}
</style>