Shades of Razzmatazz #FE145D
Tints of Razzmatazz #FE145D
RGB
CMYK
RGB Variations
Color information
#FE145D (or 0xFE145D) is known color: Razzmatazz. HEX triplet: FE, 14 and 5D. RGB value is (254,20,93). Sum of RGB (Red+Green+Blue) = 254+20+93=367 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.21% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 254 - color contains mainly: red. Hex color #FE145D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE145D is #01EBA2. Grayscale: #626262. Windows color (decimal): -125859 or 6100222. OLE color: 6100222.
HSL color Cylindrical-coordinate representation of color #FE145D: hue angle of 341.28º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE145D is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 93 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.00 |
| HSL | 341.28º | 0.99% | 0.54% | - |
| HSV(B) | 341.28º | 0.92% | 1% | - |
| XYZ | 43.1 | 22.36 | 12.4 | - |
| YUV | 98.29 | 125.02 | 239.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 93 | 0 | 0.92 | 0.63 | 0.00 | 341.28 | 0.99 | 0.54 |
| Hex | FE | 14 | 5D | 0 | 5C | 3F | 0 | 155 | 63 | 36 |
| Octal | 376 | 24 | 135 | 0 | 134 | 77 | 0 | 525 | 143 | 66 |
| Binary | 11111110 | 10100 | 1011101 | 0 | 1011100 | 111111 | 0 | 101010101 | 1100011 | 110110 |
Color Harmonies of #FE145D
Complementary color
Monochromatic Colors of #FE145D
Black with #FE145D
Text Example
Text Example
White with #FE145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE145D; }
p { color: rgb(254,20,93); }
H1.HeaderClassName
{
color: #FE145D;
}
.AnyTagClassName
{
color: #FE145D;
}
</style>
background-color css
<style>
a { background-color: #FE145D; }
a { background-color: rgb(254,20,93); }
div.DivClassName
{
background-color: #FE145D;
}
.BgClassName
{
background-color: #FE145D;
}
</style>
border-color css
<style>
span { border-color: #FE145D; }
span { border-color: rgb(254,20,93); }
td.TdClassName
{
border-color: #FE145D;
}
.TagClassName
{
border-color: #FE145D;
}
</style>