Shades of Razzmatazz #FE0864
Tints of Razzmatazz #FE0864
RGB
CMYK
RGB Variations
Color information
#FE0864 (or 0xFE0864) is known color: Razzmatazz. HEX triplet: FE, 08 and 64. RGB value is (254,8,100). Sum of RGB (Red+Green+Blue) = 254+8+100=362 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.17% from 362); Green value is 8 (3.52% from 255 or 2.21% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0864 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0864 is #01F79B. Grayscale: #5B5B5B. Windows color (decimal): -128924 or 6555902. OLE color: 6555902.
HSL color Cylindrical-coordinate representation of color #FE0864: hue angle of 337.56º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE0864 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 8 | 100 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.00 |
| HSL | 337.56º | 0.99% | 0.51% | - |
| HSV(B) | 337.56º | 0.97% | 1% | - |
| XYZ | 43.26 | 22.16 | 14.05 | - |
| YUV | 92.04 | 132.5 | 243.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 8 | 100 | 0 | 0.97 | 0.61 | 0.00 | 337.56 | 0.99 | 0.51 |
| Hex | FE | 8 | 64 | 0 | 61 | 3D | 0 | 152 | 63 | 33 |
| Octal | 376 | 10 | 144 | 0 | 141 | 75 | 0 | 522 | 143 | 63 |
| Binary | 11111110 | 1000 | 1100100 | 0 | 1100001 | 111101 | 0 | 101010010 | 1100011 | 110011 |
Color Harmonies of #FE0864
Complementary color
Monochromatic Colors of #FE0864
Black with #FE0864
Text Example
Text Example
White with #FE0864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0864; }
p { color: rgb(254,8,100); }
H1.HeaderClassName
{
color: #FE0864;
}
.AnyTagClassName
{
color: #FE0864;
}
</style>
background-color css
<style>
a { background-color: #FE0864; }
a { background-color: rgb(254,8,100); }
div.DivClassName
{
background-color: #FE0864;
}
.BgClassName
{
background-color: #FE0864;
}
</style>
border-color css
<style>
span { border-color: #FE0864; }
span { border-color: rgb(254,8,100); }
td.TdClassName
{
border-color: #FE0864;
}
.TagClassName
{
border-color: #FE0864;
}
</style>