Shades of Razzmatazz #FF0D5D
Tints of Razzmatazz #FF0D5D
RGB
CMYK
RGB Variations
Color information
#FF0D5D (or 0xFF0D5D) is known color: Razzmatazz. HEX triplet: FF, 0D and 5D. RGB value is (255,13,93). Sum of RGB (Red+Green+Blue) = 255+13+93=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 13 (5.47% from 255 or 3.60% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D5D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0D5D is #00F2A2. Grayscale: #5E5E5E. Windows color (decimal): -62115 or 6098431. OLE color: 6098431.
HSL color Cylindrical-coordinate representation of color #FF0D5D: hue angle of 340.17º 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 #FF0D5D is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 93 | - |
| CMYK | 0 | 0.95 | 0.64 | 0 |
| HSL | 340.17º | 1% | 0.53% | - |
| HSV(B) | 340.17º | 0.95% | 1% | - |
| XYZ | 43.36 | 22.34 | 12.38 | - |
| YUV | 94.48 | 127.17 | 242.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 93 | 0 | 0.95 | 0.64 | 0 | 340.17 | 1 | 0.53 |
| Hex | FF | D | 5D | 0 | 5F | 40 | 0 | 154 | 64 | 35 |
| Octal | 377 | 15 | 135 | 0 | 137 | 100 | 0 | 524 | 144 | 65 |
| Binary | 11111111 | 1101 | 1011101 | 0 | 1011111 | 1000000 | 0 | 101010100 | 1100100 | 110101 |
Color Harmonies of #FF0D5D
Complementary color
Monochromatic Colors of #FF0D5D
Black with #FF0D5D
Text Example
Text Example
White with #FF0D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0D5D; }
p { color: rgb(255,13,93); }
H1.HeaderClassName
{
color: #FF0D5D;
}
.AnyTagClassName
{
color: #FF0D5D;
}
</style>
background-color css
<style>
a { background-color: #FF0D5D; }
a { background-color: rgb(255,13,93); }
div.DivClassName
{
background-color: #FF0D5D;
}
.BgClassName
{
background-color: #FF0D5D;
}
</style>
border-color css
<style>
span { border-color: #FF0D5D; }
span { border-color: rgb(255,13,93); }
td.TdClassName
{
border-color: #FF0D5D;
}
.TagClassName
{
border-color: #FF0D5D;
}
</style>