Shades of Razzmatazz #FE115C
Tints of Razzmatazz #FE115C
RGB
CMYK
RGB Variations
Color information
#FE115C (or 0xFE115C) is known color: Razzmatazz. HEX triplet: FE, 11 and 5C. RGB value is (254,17,92). Sum of RGB (Red+Green+Blue) = 254+17+92=363 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.97% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 254 - color contains mainly: red. Hex color #FE115C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE115C is #01EEA3. Grayscale: #606060. Windows color (decimal): -126628 or 6033918. OLE color: 6033918.
HSL color Cylindrical-coordinate representation of color #FE115C: hue angle of 341.01º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE115C is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 92 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.00 |
| HSL | 341.01º | 0.99% | 0.53% | - |
| HSV(B) | 341.01º | 0.93% | 1% | - |
| XYZ | 43.01 | 22.24 | 12.15 | - |
| YUV | 96.41 | 125.52 | 240.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 92 | 0 | 0.93 | 0.64 | 0.00 | 341.01 | 0.99 | 0.53 |
| Hex | FE | 11 | 5C | 0 | 5D | 40 | 0 | 155 | 63 | 35 |
| Octal | 376 | 21 | 134 | 0 | 135 | 100 | 0 | 525 | 143 | 65 |
| Binary | 11111110 | 10001 | 1011100 | 0 | 1011101 | 1000000 | 0 | 101010101 | 1100011 | 110101 |
Color Harmonies of #FE115C
Complementary color
Monochromatic Colors of #FE115C
Black with #FE115C
Text Example
Text Example
White with #FE115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE115C; }
p { color: rgb(254,17,92); }
H1.HeaderClassName
{
color: #FE115C;
}
.AnyTagClassName
{
color: #FE115C;
}
</style>
background-color css
<style>
a { background-color: #FE115C; }
a { background-color: rgb(254,17,92); }
div.DivClassName
{
background-color: #FE115C;
}
.BgClassName
{
background-color: #FE115C;
}
</style>
border-color css
<style>
span { border-color: #FE115C; }
span { border-color: rgb(254,17,92); }
td.TdClassName
{
border-color: #FE115C;
}
.TagClassName
{
border-color: #FE115C;
}
</style>