Shades of Razzmatazz #FE1169
Tints of Razzmatazz #FE1169
RGB
CMYK
RGB Variations
Color information
#FE1169 (or 0xFE1169) is known color: Razzmatazz. HEX triplet: FE, 11 and 69. RGB value is (254,17,105). Sum of RGB (Red+Green+Blue) = 254+17+105=376 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.55% from 376); Green value is 17 (7.03% from 255 or 4.52% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1169 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1169 is #01EE96. Grayscale: #616161. Windows color (decimal): -126615 or 6885886. OLE color: 6885886.
HSL color Cylindrical-coordinate representation of color #FE1169: hue angle of 337.72º 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 #FE1169 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 105 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.00 |
| HSL | 337.72º | 0.99% | 0.53% | - |
| HSV(B) | 337.72º | 0.93% | 1% | - |
| XYZ | 43.62 | 22.49 | 15.41 | - |
| YUV | 97.9 | 132.02 | 239.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 105 | 0 | 0.93 | 0.59 | 0.00 | 337.72 | 0.99 | 0.53 |
| Hex | FE | 11 | 69 | 0 | 5D | 3B | 0 | 152 | 63 | 35 |
| Octal | 376 | 21 | 151 | 0 | 135 | 73 | 0 | 522 | 143 | 65 |
| Binary | 11111110 | 10001 | 1101001 | 0 | 1011101 | 111011 | 0 | 101010010 | 1100011 | 110101 |
Color Harmonies of #FE1169
Complementary color
Monochromatic Colors of #FE1169
Black with #FE1169
Text Example
Text Example
White with #FE1169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1169; }
p { color: rgb(254,17,105); }
H1.HeaderClassName
{
color: #FE1169;
}
.AnyTagClassName
{
color: #FE1169;
}
</style>
background-color css
<style>
a { background-color: #FE1169; }
a { background-color: rgb(254,17,105); }
div.DivClassName
{
background-color: #FE1169;
}
.BgClassName
{
background-color: #FE1169;
}
</style>
border-color css
<style>
span { border-color: #FE1169; }
span { border-color: rgb(254,17,105); }
td.TdClassName
{
border-color: #FE1169;
}
.TagClassName
{
border-color: #FE1169;
}
</style>