Shades of Razzmatazz #FE1864
Tints of Razzmatazz #FE1864
RGB
CMYK
RGB Variations
Color information
#FE1864 (or 0xFE1864) is known color: Razzmatazz. HEX triplet: FE, 18 and 64. RGB value is (254,24,100). Sum of RGB (Red+Green+Blue) = 254+24+100=378 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.20% from 378); Green value is 24 (9.77% from 255 or 6.35% from 378); Blue value is 100 (39.45% from 255 or 26.46% from 378); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1864 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1864 is #01E79B. Grayscale: #656565. Windows color (decimal): -124828 or 6559998. OLE color: 6559998.
HSL color Cylindrical-coordinate representation of color #FE1864: hue angle of 340.17º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE1864 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 100 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.00 |
| HSL | 340.17º | 0.99% | 0.55% | - |
| HSV(B) | 340.17º | 0.91% | 1% | - |
| XYZ | 43.5 | 22.64 | 14.13 | - |
| YUV | 101.43 | 127.2 | 236.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 100 | 0 | 0.91 | 0.61 | 0.00 | 340.17 | 0.99 | 0.55 |
| Hex | FE | 18 | 64 | 0 | 5B | 3D | 0 | 154 | 63 | 37 |
| Octal | 376 | 30 | 144 | 0 | 133 | 75 | 0 | 524 | 143 | 67 |
| Binary | 11111110 | 11000 | 1100100 | 0 | 1011011 | 111101 | 0 | 101010100 | 1100011 | 110111 |
Color Harmonies of #FE1864
Complementary color
Monochromatic Colors of #FE1864
Black with #FE1864
Text Example
Text Example
White with #FE1864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1864; }
p { color: rgb(254,24,100); }
H1.HeaderClassName
{
color: #FE1864;
}
.AnyTagClassName
{
color: #FE1864;
}
</style>
background-color css
<style>
a { background-color: #FE1864; }
a { background-color: rgb(254,24,100); }
div.DivClassName
{
background-color: #FE1864;
}
.BgClassName
{
background-color: #FE1864;
}
</style>
border-color css
<style>
span { border-color: #FE1864; }
span { border-color: rgb(254,24,100); }
td.TdClassName
{
border-color: #FE1864;
}
.TagClassName
{
border-color: #FE1864;
}
</style>