Shades of Razzmatazz #FF0E5C
Tints of Razzmatazz #FF0E5C
RGB
CMYK
RGB Variations
Color information
#FF0E5C (or 0xFF0E5C) is known color: Razzmatazz. HEX triplet: FF, 0E and 5C. RGB value is (255,14,92). Sum of RGB (Red+Green+Blue) = 255+14+92=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 14 (5.86% from 255 or 3.88% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0E5C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0E5C is #00F1A3. Grayscale: #5E5E5E. Windows color (decimal): -61860 or 6033151. OLE color: 6033151.
HSL color Cylindrical-coordinate representation of color #FF0E5C: hue angle of 340.58º 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 #FF0E5C is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 14 | 92 | - |
| CMYK | 0 | 0.95 | 0.64 | 0 |
| HSL | 340.58º | 1% | 0.53% | - |
| HSV(B) | 340.58º | 0.95% | 1% | - |
| XYZ | 43.33 | 22.35 | 12.15 | - |
| YUV | 94.95 | 126.34 | 242.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 14 | 92 | 0 | 0.95 | 0.64 | 0 | 340.58 | 1 | 0.53 |
| Hex | FF | E | 5C | 0 | 5F | 40 | 0 | 155 | 64 | 35 |
| Octal | 377 | 16 | 134 | 0 | 137 | 100 | 0 | 525 | 144 | 65 |
| Binary | 11111111 | 1110 | 1011100 | 0 | 1011111 | 1000000 | 0 | 101010101 | 1100100 | 110101 |
Color Harmonies of #FF0E5C
Complementary color
Monochromatic Colors of #FF0E5C
Black with #FF0E5C
Text Example
Text Example
White with #FF0E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0E5C; }
p { color: rgb(255,14,92); }
H1.HeaderClassName
{
color: #FF0E5C;
}
.AnyTagClassName
{
color: #FF0E5C;
}
</style>
background-color css
<style>
a { background-color: #FF0E5C; }
a { background-color: rgb(255,14,92); }
div.DivClassName
{
background-color: #FF0E5C;
}
.BgClassName
{
background-color: #FF0E5C;
}
</style>
border-color css
<style>
span { border-color: #FF0E5C; }
span { border-color: rgb(255,14,92); }
td.TdClassName
{
border-color: #FF0E5C;
}
.TagClassName
{
border-color: #FF0E5C;
}
</style>