Shades of Razzmatazz #FE115F
Tints of Razzmatazz #FE115F
RGB
CMYK
RGB Variations
Color information
#FE115F (or 0xFE115F) is known color: Razzmatazz. HEX triplet: FE, 11 and 5F. RGB value is (254,17,95). Sum of RGB (Red+Green+Blue) = 254+17+95=366 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.40% from 366); Green value is 17 (7.03% from 255 or 4.64% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 254 - color contains mainly: red. Hex color #FE115F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE115F is #01EEA0. Grayscale: #606060. Windows color (decimal): -126625 or 6230526. OLE color: 6230526.
HSL color Cylindrical-coordinate representation of color #FE115F: hue angle of 340.25º 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 #FE115F is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 95 | - |
| CMYK | 0 | 0.93 | 0.63 | 0.00 |
| HSL | 340.25º | 0.99% | 0.53% | - |
| HSV(B) | 340.25º | 0.93% | 1% | - |
| XYZ | 43.14 | 22.3 | 12.86 | - |
| YUV | 96.76 | 127.02 | 240.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 95 | 0 | 0.93 | 0.63 | 0.00 | 340.25 | 0.99 | 0.53 |
| Hex | FE | 11 | 5F | 0 | 5D | 3F | 0 | 154 | 63 | 35 |
| Octal | 376 | 21 | 137 | 0 | 135 | 77 | 0 | 524 | 143 | 65 |
| Binary | 11111110 | 10001 | 1011111 | 0 | 1011101 | 111111 | 0 | 101010100 | 1100011 | 110101 |
Color Harmonies of #FE115F
Complementary color
Monochromatic Colors of #FE115F
Black with #FE115F
Text Example
Text Example
White with #FE115F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE115F; }
p { color: rgb(254,17,95); }
H1.HeaderClassName
{
color: #FE115F;
}
.AnyTagClassName
{
color: #FE115F;
}
</style>
background-color css
<style>
a { background-color: #FE115F; }
a { background-color: rgb(254,17,95); }
div.DivClassName
{
background-color: #FE115F;
}
.BgClassName
{
background-color: #FE115F;
}
</style>
border-color css
<style>
span { border-color: #FE115F; }
span { border-color: rgb(254,17,95); }
td.TdClassName
{
border-color: #FE115F;
}
.TagClassName
{
border-color: #FE115F;
}
</style>