Shades of Razzmatazz #FF0E5D
Tints of Razzmatazz #FF0E5D
RGB
CMYK
RGB Variations
Color information
#FF0E5D (or 0xFF0E5D) is known color: Razzmatazz. HEX triplet: FF, 0E and 5D. RGB value is (255,14,93). Sum of RGB (Red+Green+Blue) = 255+14+93=362 (47% of max value = 765). Red value is 255 (100% from 255 or 70.44% from 362); Green value is 14 (5.86% from 255 or 3.87% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0E5D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0E5D is #00F1A2. Grayscale: #5E5E5E. Windows color (decimal): -61859 or 6098687. OLE color: 6098687.
HSL color Cylindrical-coordinate representation of color #FF0E5D: hue angle of 340.33º 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 #FF0E5D is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 14 | 93 | - |
| CMYK | 0 | 0.95 | 0.64 | 0 |
| HSL | 340.33º | 1% | 0.53% | - |
| HSV(B) | 340.33º | 0.95% | 1% | - |
| XYZ | 43.37 | 22.36 | 12.39 | - |
| YUV | 95.07 | 126.84 | 242.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 14 | 93 | 0 | 0.95 | 0.64 | 0 | 340.33 | 1 | 0.53 |
| Hex | FF | E | 5D | 0 | 5F | 40 | 0 | 154 | 64 | 35 |
| Octal | 377 | 16 | 135 | 0 | 137 | 100 | 0 | 524 | 144 | 65 |
| Binary | 11111111 | 1110 | 1011101 | 0 | 1011111 | 1000000 | 0 | 101010100 | 1100100 | 110101 |
Color Harmonies of #FF0E5D
Complementary color
Monochromatic Colors of #FF0E5D
Black with #FF0E5D
Text Example
Text Example
White with #FF0E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0E5D; }
p { color: rgb(255,14,93); }
H1.HeaderClassName
{
color: #FF0E5D;
}
.AnyTagClassName
{
color: #FF0E5D;
}
</style>
background-color css
<style>
a { background-color: #FF0E5D; }
a { background-color: rgb(255,14,93); }
div.DivClassName
{
background-color: #FF0E5D;
}
.BgClassName
{
background-color: #FF0E5D;
}
</style>
border-color css
<style>
span { border-color: #FF0E5D; }
span { border-color: rgb(255,14,93); }
td.TdClassName
{
border-color: #FF0E5D;
}
.TagClassName
{
border-color: #FF0E5D;
}
</style>