Shades of Razzmatazz #FF135D
Tints of Razzmatazz #FF135D
RGB
CMYK
RGB Variations
Color information
#FF135D (or 0xFF135D) is known color: Razzmatazz. HEX triplet: FF, 13 and 5D. RGB value is (255,19,93). Sum of RGB (Red+Green+Blue) = 255+19+93=367 (48% of max value = 765). Red value is 255 (100% from 255 or 69.48% from 367); Green value is 19 (7.81% from 255 or 5.18% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 255 - color contains mainly: red. Hex color #FF135D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF135D is #00ECA2. Grayscale: #616161. Windows color (decimal): -60579 or 6099967. OLE color: 6099967.
HSL color Cylindrical-coordinate representation of color #FF135D: hue angle of 341.19º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF135D is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 93 | - |
| CMYK | 0 | 0.93 | 0.64 | 0 |
| HSL | 341.19º | 1% | 0.54% | - |
| HSV(B) | 341.19º | 0.93% | 1% | - |
| XYZ | 43.45 | 22.52 | 12.41 | - |
| YUV | 98 | 125.19 | 239.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 93 | 0 | 0.93 | 0.64 | 0 | 341.19 | 1 | 0.54 |
| Hex | FF | 13 | 5D | 0 | 5D | 40 | 0 | 155 | 64 | 36 |
| Octal | 377 | 23 | 135 | 0 | 135 | 100 | 0 | 525 | 144 | 66 |
| Binary | 11111111 | 10011 | 1011101 | 0 | 1011101 | 1000000 | 0 | 101010101 | 1100100 | 110110 |
Color Harmonies of #FF135D
Complementary color
Monochromatic Colors of #FF135D
Black with #FF135D
Text Example
Text Example
White with #FF135D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF135D; }
p { color: rgb(255,19,93); }
H1.HeaderClassName
{
color: #FF135D;
}
.AnyTagClassName
{
color: #FF135D;
}
</style>
background-color css
<style>
a { background-color: #FF135D; }
a { background-color: rgb(255,19,93); }
div.DivClassName
{
background-color: #FF135D;
}
.BgClassName
{
background-color: #FF135D;
}
</style>
border-color css
<style>
span { border-color: #FF135D; }
span { border-color: rgb(255,19,93); }
td.TdClassName
{
border-color: #FF135D;
}
.TagClassName
{
border-color: #FF135D;
}
</style>