Shades of Razzmatazz #FE1565
Tints of Razzmatazz #FE1565
RGB
CMYK
RGB Variations
Color information
#FE1565 (or 0xFE1565) is known color: Razzmatazz. HEX triplet: FE, 15 and 65. RGB value is (254,21,101). Sum of RGB (Red+Green+Blue) = 254+21+101=376 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.55% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1565 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1565 is #01EA9A. Grayscale: #636363. Windows color (decimal): -125595 or 6624766. OLE color: 6624766.
HSL color Cylindrical-coordinate representation of color #FE1565: hue angle of 339.4º 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 #FE1565 is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 101 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.00 |
| HSL | 339.4º | 0.99% | 0.54% | - |
| HSV(B) | 339.4º | 0.92% | 1% | - |
| XYZ | 43.49 | 22.55 | 14.37 | - |
| YUV | 99.79 | 128.69 | 238 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 101 | 0 | 0.92 | 0.60 | 0.00 | 339.4 | 0.99 | 0.54 |
| Hex | FE | 15 | 65 | 0 | 5C | 3C | 0 | 153 | 63 | 36 |
| Octal | 376 | 25 | 145 | 0 | 134 | 74 | 0 | 523 | 143 | 66 |
| Binary | 11111110 | 10101 | 1100101 | 0 | 1011100 | 111100 | 0 | 101010011 | 1100011 | 110110 |
Color Harmonies of #FE1565
Complementary color
Monochromatic Colors of #FE1565
Black with #FE1565
Text Example
Text Example
White with #FE1565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1565; }
p { color: rgb(254,21,101); }
H1.HeaderClassName
{
color: #FE1565;
}
.AnyTagClassName
{
color: #FE1565;
}
</style>
background-color css
<style>
a { background-color: #FE1565; }
a { background-color: rgb(254,21,101); }
div.DivClassName
{
background-color: #FE1565;
}
.BgClassName
{
background-color: #FE1565;
}
</style>
border-color css
<style>
span { border-color: #FE1565; }
span { border-color: rgb(254,21,101); }
td.TdClassName
{
border-color: #FE1565;
}
.TagClassName
{
border-color: #FE1565;
}
</style>