Shades of Razzmatazz #FE1665
Tints of Razzmatazz #FE1665
RGB
CMYK
RGB Variations
Color information
#FE1665 (or 0xFE1665) is known color: Razzmatazz. HEX triplet: FE, 16 and 65. RGB value is (254,22,101). Sum of RGB (Red+Green+Blue) = 254+22+101=377 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.37% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1665 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1665 is #01E99A. Grayscale: #646464. Windows color (decimal): -125339 or 6625022. OLE color: 6625022.
HSL color Cylindrical-coordinate representation of color #FE1665: hue angle of 339.57º 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 #FE1665 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 101 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.00 |
| HSL | 339.57º | 0.99% | 0.54% | - |
| HSV(B) | 339.57º | 0.91% | 1% | - |
| XYZ | 43.51 | 22.58 | 14.38 | - |
| YUV | 100.37 | 128.36 | 237.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 101 | 0 | 0.91 | 0.60 | 0.00 | 339.57 | 0.99 | 0.54 |
| Hex | FE | 16 | 65 | 0 | 5B | 3C | 0 | 154 | 63 | 36 |
| Octal | 376 | 26 | 145 | 0 | 133 | 74 | 0 | 524 | 143 | 66 |
| Binary | 11111110 | 10110 | 1100101 | 0 | 1011011 | 111100 | 0 | 101010100 | 1100011 | 110110 |
Color Harmonies of #FE1665
Complementary color
Monochromatic Colors of #FE1665
Black with #FE1665
Text Example
Text Example
White with #FE1665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1665; }
p { color: rgb(254,22,101); }
H1.HeaderClassName
{
color: #FE1665;
}
.AnyTagClassName
{
color: #FE1665;
}
</style>
background-color css
<style>
a { background-color: #FE1665; }
a { background-color: rgb(254,22,101); }
div.DivClassName
{
background-color: #FE1665;
}
.BgClassName
{
background-color: #FE1665;
}
</style>
border-color css
<style>
span { border-color: #FE1665; }
span { border-color: rgb(254,22,101); }
td.TdClassName
{
border-color: #FE1665;
}
.TagClassName
{
border-color: #FE1665;
}
</style>