Shades of Razzmatazz #FF115C
Tints of Razzmatazz #FF115C
RGB
CMYK
RGB Variations
Color information
#FF115C (or 0xFF115C) is known color: Razzmatazz. HEX triplet: FF, 11 and 5C. RGB value is (255,17,92). Sum of RGB (Red+Green+Blue) = 255+17+92=364 (48% of max value = 765). Red value is 255 (100% from 255 or 70.05% from 364); Green value is 17 (7.03% from 255 or 4.67% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 255 - color contains mainly: red. Hex color #FF115C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF115C is #00EEA3. Grayscale: #606060. Windows color (decimal): -61092 or 6033919. OLE color: 6033919.
HSL color Cylindrical-coordinate representation of color #FF115C: hue angle of 341.09º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF115C is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 92 | - |
| CMYK | 0 | 0.93 | 0.64 | 0 |
| HSL | 341.09º | 1% | 0.53% | - |
| HSV(B) | 341.09º | 0.93% | 1% | - |
| XYZ | 43.37 | 22.43 | 12.17 | - |
| YUV | 96.71 | 125.35 | 240.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 92 | 0 | 0.93 | 0.64 | 0 | 341.09 | 1 | 0.53 |
| Hex | FF | 11 | 5C | 0 | 5D | 40 | 0 | 155 | 64 | 35 |
| Octal | 377 | 21 | 134 | 0 | 135 | 100 | 0 | 525 | 144 | 65 |
| Binary | 11111111 | 10001 | 1011100 | 0 | 1011101 | 1000000 | 0 | 101010101 | 1100100 | 110101 |
Color Harmonies of #FF115C
Complementary color
Monochromatic Colors of #FF115C
Black with #FF115C
Text Example
Text Example
White with #FF115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF115C; }
p { color: rgb(255,17,92); }
H1.HeaderClassName
{
color: #FF115C;
}
.AnyTagClassName
{
color: #FF115C;
}
</style>
background-color css
<style>
a { background-color: #FF115C; }
a { background-color: rgb(255,17,92); }
div.DivClassName
{
background-color: #FF115C;
}
.BgClassName
{
background-color: #FF115C;
}
</style>
border-color css
<style>
span { border-color: #FF115C; }
span { border-color: rgb(255,17,92); }
td.TdClassName
{
border-color: #FF115C;
}
.TagClassName
{
border-color: #FF115C;
}
</style>