Shades of Razzmatazz #FE0165
Tints of Razzmatazz #FE0165
RGB
CMYK
RGB Variations
Color information
#FE0165 (or 0xFE0165) is known color: Razzmatazz. HEX triplet: FE, 01 and 65. RGB value is (254,1,101). Sum of RGB (Red+Green+Blue) = 254+1+101=356 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.35% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0165 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0165 is #01FE9A. Grayscale: #575757. Windows color (decimal): -130715 or 6619646. OLE color: 6619646.
HSL color Cylindrical-coordinate representation of color #FE0165: hue angle of 336.28º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE0165 is Cyan = 0, Magento = 1.00, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 101 | - |
| CMYK | 0 | 1.00 | 0.60 | 0.00 |
| HSL | 336.28º | 0.99% | 0.5% | - |
| HSV(B) | 336.28º | 1% | 1% | - |
| XYZ | 43.23 | 22.03 | 14.29 | - |
| YUV | 88.05 | 135.32 | 246.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 101 | 0 | 1.00 | 0.60 | 0.00 | 336.28 | 0.99 | 0.5 |
| Hex | FE | 1 | 65 | 0 | 64 | 3C | 0 | 150 | 63 | 32 |
| Octal | 376 | 1 | 145 | 0 | 144 | 74 | 0 | 520 | 143 | 62 |
| Binary | 11111110 | 1 | 1100101 | 0 | 1100100 | 111100 | 0 | 101010000 | 1100011 | 110010 |
Color Harmonies of #FE0165
Complementary color
Monochromatic Colors of #FE0165
Black with #FE0165
Text Example
Text Example
White with #FE0165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0165; }
p { color: rgb(254,1,101); }
H1.HeaderClassName
{
color: #FE0165;
}
.AnyTagClassName
{
color: #FE0165;
}
</style>
background-color css
<style>
a { background-color: #FE0165; }
a { background-color: rgb(254,1,101); }
div.DivClassName
{
background-color: #FE0165;
}
.BgClassName
{
background-color: #FE0165;
}
</style>
border-color css
<style>
span { border-color: #FE0165; }
span { border-color: rgb(254,1,101); }
td.TdClassName
{
border-color: #FE0165;
}
.TagClassName
{
border-color: #FE0165;
}
</style>