Shades of Razzmatazz #FF145D
Tints of Razzmatazz #FF145D
RGB
CMYK
RGB Variations
Color information
#FF145D (or 0xFF145D) is known color: Razzmatazz. HEX triplet: FF, 14 and 5D. RGB value is (255,20,93). Sum of RGB (Red+Green+Blue) = 255+20+93=368 (48% of max value = 765). Red value is 255 (100% from 255 or 69.29% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 255 - color contains mainly: red. Hex color #FF145D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF145D is #00EBA2. Grayscale: #626262. Windows color (decimal): -60323 or 6100223. OLE color: 6100223.
HSL color Cylindrical-coordinate representation of color #FF145D: hue angle of 341.36º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF145D is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 93 | - |
| CMYK | 0 | 0.92 | 0.64 | 0 |
| HSL | 341.36º | 1% | 0.54% | - |
| HSV(B) | 341.36º | 0.92% | 1% | - |
| XYZ | 43.47 | 22.55 | 12.42 | - |
| YUV | 98.59 | 124.86 | 239.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 93 | 0 | 0.92 | 0.64 | 0 | 341.36 | 1 | 0.54 |
| Hex | FF | 14 | 5D | 0 | 5C | 40 | 0 | 155 | 64 | 36 |
| Octal | 377 | 24 | 135 | 0 | 134 | 100 | 0 | 525 | 144 | 66 |
| Binary | 11111111 | 10100 | 1011101 | 0 | 1011100 | 1000000 | 0 | 101010101 | 1100100 | 110110 |
Color Harmonies of #FF145D
Complementary color
Monochromatic Colors of #FF145D
Black with #FF145D
Text Example
Text Example
White with #FF145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF145D; }
p { color: rgb(255,20,93); }
H1.HeaderClassName
{
color: #FF145D;
}
.AnyTagClassName
{
color: #FF145D;
}
</style>
background-color css
<style>
a { background-color: #FF145D; }
a { background-color: rgb(255,20,93); }
div.DivClassName
{
background-color: #FF145D;
}
.BgClassName
{
background-color: #FF145D;
}
</style>
border-color css
<style>
span { border-color: #FF145D; }
span { border-color: rgb(255,20,93); }
td.TdClassName
{
border-color: #FF145D;
}
.TagClassName
{
border-color: #FF145D;
}
</style>