Shades of Razzmatazz #FE1465
Tints of Razzmatazz #FE1465
RGB
CMYK
RGB Variations
Color information
#FE1465 (or 0xFE1465) is known color: Razzmatazz. HEX triplet: FE, 14 and 65. RGB value is (254,20,101). Sum of RGB (Red+Green+Blue) = 254+20+101=375 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.73% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1465 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1465 is #01EB9A. Grayscale: #636363. Windows color (decimal): -125851 or 6624510. OLE color: 6624510.
HSL color Cylindrical-coordinate representation of color #FE1465: hue angle of 339.23º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE1465 is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 101 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.00 |
| HSL | 339.23º | 0.99% | 0.54% | - |
| HSV(B) | 339.23º | 0.92% | 1% | - |
| XYZ | 43.47 | 22.51 | 14.37 | - |
| YUV | 99.2 | 129.02 | 238.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 101 | 0 | 0.92 | 0.60 | 0.00 | 339.23 | 0.99 | 0.54 |
| Hex | FE | 14 | 65 | 0 | 5C | 3C | 0 | 153 | 63 | 36 |
| Octal | 376 | 24 | 145 | 0 | 134 | 74 | 0 | 523 | 143 | 66 |
| Binary | 11111110 | 10100 | 1100101 | 0 | 1011100 | 111100 | 0 | 101010011 | 1100011 | 110110 |
Color Harmonies of #FE1465
Complementary color
Monochromatic Colors of #FE1465
Black with #FE1465
Text Example
Text Example
White with #FE1465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1465; }
p { color: rgb(254,20,101); }
H1.HeaderClassName
{
color: #FE1465;
}
.AnyTagClassName
{
color: #FE1465;
}
</style>
background-color css
<style>
a { background-color: #FE1465; }
a { background-color: rgb(254,20,101); }
div.DivClassName
{
background-color: #FE1465;
}
.BgClassName
{
background-color: #FE1465;
}
</style>
border-color css
<style>
span { border-color: #FE1465; }
span { border-color: rgb(254,20,101); }
td.TdClassName
{
border-color: #FE1465;
}
.TagClassName
{
border-color: #FE1465;
}
</style>