Shades of Razzmatazz #FE1764
Tints of Razzmatazz #FE1764
RGB
CMYK
RGB Variations
Color information
#FE1764 (or 0xFE1764) is known color: Razzmatazz. HEX triplet: FE, 17 and 64. RGB value is (254,23,100). Sum of RGB (Red+Green+Blue) = 254+23+100=377 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.37% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1764 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1764 is #01E89B. Grayscale: #646464. Windows color (decimal): -125084 or 6559742. OLE color: 6559742.
HSL color Cylindrical-coordinate representation of color #FE1764: hue angle of 340º 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 #FE1764 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 100 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.00 |
| HSL | 340º | 0.99% | 0.54% | - |
| HSV(B) | 340º | 0.91% | 1% | - |
| XYZ | 43.48 | 22.6 | 14.13 | - |
| YUV | 100.85 | 127.53 | 237.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 100 | 0 | 0.91 | 0.61 | 0.00 | 340 | 0.99 | 0.54 |
| Hex | FE | 17 | 64 | 0 | 5B | 3D | 0 | 154 | 63 | 36 |
| Octal | 376 | 27 | 144 | 0 | 133 | 75 | 0 | 524 | 143 | 66 |
| Binary | 11111110 | 10111 | 1100100 | 0 | 1011011 | 111101 | 0 | 101010100 | 1100011 | 110110 |
Color Harmonies of #FE1764
Complementary color
Monochromatic Colors of #FE1764
Black with #FE1764
Text Example
Text Example
White with #FE1764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1764; }
p { color: rgb(254,23,100); }
H1.HeaderClassName
{
color: #FE1764;
}
.AnyTagClassName
{
color: #FE1764;
}
</style>
background-color css
<style>
a { background-color: #FE1764; }
a { background-color: rgb(254,23,100); }
div.DivClassName
{
background-color: #FE1764;
}
.BgClassName
{
background-color: #FE1764;
}
</style>
border-color css
<style>
span { border-color: #FE1764; }
span { border-color: rgb(254,23,100); }
td.TdClassName
{
border-color: #FE1764;
}
.TagClassName
{
border-color: #FE1764;
}
</style>