Shades of Razzmatazz #FF0C5D
Tints of Razzmatazz #FF0C5D
RGB
CMYK
RGB Variations
Color information
#FF0C5D (or 0xFF0C5D) is known color: Razzmatazz. HEX triplet: FF, 0C and 5D. RGB value is (255,12,93). Sum of RGB (Red+Green+Blue) = 255+12+93=360 (47% of max value = 765). Red value is 255 (100% from 255 or 70.83% from 360); Green value is 12 (5.08% from 255 or 3.33% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C5D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0C5D is #00F3A2. Grayscale: #5D5D5D. Windows color (decimal): -62371 or 6098175. OLE color: 6098175.
HSL color Cylindrical-coordinate representation of color #FF0C5D: hue angle of 340º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0C5D is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 93 | - |
| CMYK | 0 | 0.95 | 0.64 | 0 |
| HSL | 340º | 1% | 0.52% | - |
| HSV(B) | 340º | 0.95% | 1% | - |
| XYZ | 43.35 | 22.31 | 12.38 | - |
| YUV | 93.89 | 127.51 | 242.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 93 | 0 | 0.95 | 0.64 | 0 | 340 | 1 | 0.52 |
| Hex | FF | C | 5D | 0 | 5F | 40 | 0 | 154 | 64 | 34 |
| Octal | 377 | 14 | 135 | 0 | 137 | 100 | 0 | 524 | 144 | 64 |
| Binary | 11111111 | 1100 | 1011101 | 0 | 1011111 | 1000000 | 0 | 101010100 | 1100100 | 110100 |
Color Harmonies of #FF0C5D
Complementary color
Monochromatic Colors of #FF0C5D
Black with #FF0C5D
Text Example
Text Example
White with #FF0C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0C5D; }
p { color: rgb(255,12,93); }
H1.HeaderClassName
{
color: #FF0C5D;
}
.AnyTagClassName
{
color: #FF0C5D;
}
</style>
background-color css
<style>
a { background-color: #FF0C5D; }
a { background-color: rgb(255,12,93); }
div.DivClassName
{
background-color: #FF0C5D;
}
.BgClassName
{
background-color: #FF0C5D;
}
</style>
border-color css
<style>
span { border-color: #FF0C5D; }
span { border-color: rgb(255,12,93); }
td.TdClassName
{
border-color: #FF0C5D;
}
.TagClassName
{
border-color: #FF0C5D;
}
</style>