Shades of Razzmatazz #FE0862
Tints of Razzmatazz #FE0862
RGB
CMYK
RGB Variations
Color information
#FE0862 (or 0xFE0862) is known color: Razzmatazz. HEX triplet: FE, 08 and 62. RGB value is (254,8,98). Sum of RGB (Red+Green+Blue) = 254+8+98=360 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.56% from 360); Green value is 8 (3.52% from 255 or 2.22% from 360); Blue value is 98 (38.67% from 255 or 27.22% from 360); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0862 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0862 is #01F79D. Grayscale: #5B5B5B. Windows color (decimal): -128926 or 6424830. OLE color: 6424830.
HSL color Cylindrical-coordinate representation of color #FE0862: hue angle of 338.05º 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 #FE0862 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 8 | 98 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.00 |
| HSL | 338.05º | 0.99% | 0.51% | - |
| HSV(B) | 338.05º | 0.97% | 1% | - |
| XYZ | 43.16 | 22.13 | 13.55 | - |
| YUV | 91.81 | 131.5 | 243.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 8 | 98 | 0 | 0.97 | 0.61 | 0.00 | 338.05 | 0.99 | 0.51 |
| Hex | FE | 8 | 62 | 0 | 61 | 3D | 0 | 152 | 63 | 33 |
| Octal | 376 | 10 | 142 | 0 | 141 | 75 | 0 | 522 | 143 | 63 |
| Binary | 11111110 | 1000 | 1100010 | 0 | 1100001 | 111101 | 0 | 101010010 | 1100011 | 110011 |
Color Harmonies of #FE0862
Complementary color
Monochromatic Colors of #FE0862
Black with #FE0862
Text Example
Text Example
White with #FE0862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0862; }
p { color: rgb(254,8,98); }
H1.HeaderClassName
{
color: #FE0862;
}
.AnyTagClassName
{
color: #FE0862;
}
</style>
background-color css
<style>
a { background-color: #FE0862; }
a { background-color: rgb(254,8,98); }
div.DivClassName
{
background-color: #FE0862;
}
.BgClassName
{
background-color: #FE0862;
}
</style>
border-color css
<style>
span { border-color: #FE0862; }
span { border-color: rgb(254,8,98); }
td.TdClassName
{
border-color: #FE0862;
}
.TagClassName
{
border-color: #FE0862;
}
</style>