Shades of Razzmatazz #FE1766
Tints of Razzmatazz #FE1766
RGB
CMYK
RGB Variations
Color information
#FE1766 (or 0xFE1766) is known color: Razzmatazz. HEX triplet: FE, 17 and 66. RGB value is (254,23,102). Sum of RGB (Red+Green+Blue) = 254+23+102=379 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.02% from 379); Green value is 23 (9.38% from 255 or 6.07% from 379); Blue value is 102 (40.23% from 255 or 26.91% from 379); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1766 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1766 is #01E899. Grayscale: #646464. Windows color (decimal): -125082 or 6690814. OLE color: 6690814.
HSL color Cylindrical-coordinate representation of color #FE1766: hue angle of 339.48º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE1766 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 102 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.00 |
| HSL | 339.48º | 0.99% | 0.54% | - |
| HSV(B) | 339.48º | 0.91% | 1% | - |
| XYZ | 43.58 | 22.64 | 14.64 | - |
| YUV | 101.08 | 128.53 | 237.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 102 | 0 | 0.91 | 0.60 | 0.00 | 339.48 | 0.99 | 0.54 |
| Hex | FE | 17 | 66 | 0 | 5B | 3C | 0 | 153 | 63 | 36 |
| Octal | 376 | 27 | 146 | 0 | 133 | 74 | 0 | 523 | 143 | 66 |
| Binary | 11111110 | 10111 | 1100110 | 0 | 1011011 | 111100 | 0 | 101010011 | 1100011 | 110110 |
Color Harmonies of #FE1766
Complementary color
Monochromatic Colors of #FE1766
Black with #FE1766
Text Example
Text Example
White with #FE1766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1766; }
p { color: rgb(254,23,102); }
H1.HeaderClassName
{
color: #FE1766;
}
.AnyTagClassName
{
color: #FE1766;
}
</style>
background-color css
<style>
a { background-color: #FE1766; }
a { background-color: rgb(254,23,102); }
div.DivClassName
{
background-color: #FE1766;
}
.BgClassName
{
background-color: #FE1766;
}
</style>
border-color css
<style>
span { border-color: #FE1766; }
span { border-color: rgb(254,23,102); }
td.TdClassName
{
border-color: #FE1766;
}
.TagClassName
{
border-color: #FE1766;
}
</style>