Shades of Razzmatazz #FF0E64
Tints of Razzmatazz #FF0E64
RGB
CMYK
RGB Variations
Color information
#FF0E64 (or 0xFF0E64) is known color: Razzmatazz. HEX triplet: FF, 0E and 64. RGB value is (255,14,100). Sum of RGB (Red+Green+Blue) = 255+14+100=369 (48% of max value = 765). Red value is 255 (100% from 255 or 69.11% from 369); Green value is 14 (5.86% from 255 or 3.79% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0E64 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0E64 is #00F19B. Grayscale: #5F5F5F. Windows color (decimal): -61852 or 6557439. OLE color: 6557439.
HSL color Cylindrical-coordinate representation of color #FF0E64: hue angle of 338.59º 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 #FF0E64 is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 14 | 100 | - |
| CMYK | 0 | 0.95 | 0.61 | 0 |
| HSL | 338.59º | 1% | 0.53% | - |
| HSV(B) | 338.59º | 0.95% | 1% | - |
| XYZ | 43.7 | 22.49 | 14.1 | - |
| YUV | 95.86 | 130.34 | 241.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 14 | 100 | 0 | 0.95 | 0.61 | 0 | 338.59 | 1 | 0.53 |
| Hex | FF | E | 64 | 0 | 5F | 3D | 0 | 153 | 64 | 35 |
| Octal | 377 | 16 | 144 | 0 | 137 | 75 | 0 | 523 | 144 | 65 |
| Binary | 11111111 | 1110 | 1100100 | 0 | 1011111 | 111101 | 0 | 101010011 | 1100100 | 110101 |
Color Harmonies of #FF0E64
Complementary color
Monochromatic Colors of #FF0E64
Black with #FF0E64
Text Example
Text Example
White with #FF0E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0E64; }
p { color: rgb(255,14,100); }
H1.HeaderClassName
{
color: #FF0E64;
}
.AnyTagClassName
{
color: #FF0E64;
}
</style>
background-color css
<style>
a { background-color: #FF0E64; }
a { background-color: rgb(255,14,100); }
div.DivClassName
{
background-color: #FF0E64;
}
.BgClassName
{
background-color: #FF0E64;
}
</style>
border-color css
<style>
span { border-color: #FF0E64; }
span { border-color: rgb(255,14,100); }
td.TdClassName
{
border-color: #FF0E64;
}
.TagClassName
{
border-color: #FF0E64;
}
</style>