Shades of Razzmatazz #FE065B
Tints of Razzmatazz #FE065B
RGB
CMYK
RGB Variations
Color information
#FE065B (or 0xFE065B) is known color: Razzmatazz. HEX triplet: FE, 06 and 5B. RGB value is (254,6,91). Sum of RGB (Red+Green+Blue) = 254+6+91=351 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.36% from 351); Green value is 6 (2.73% from 255 or 1.71% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 254 - color contains mainly: red. Hex color #FE065B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE065B is #01F9A4. Grayscale: #595959. Windows color (decimal): -129445 or 5965566. OLE color: 5965566.
HSL color Cylindrical-coordinate representation of color #FE065B: hue angle of 339.44º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE065B is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 6 | 91 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.00 |
| HSL | 339.44º | 0.99% | 0.51% | - |
| HSV(B) | 339.44º | 0.98% | 1% | - |
| XYZ | 42.83 | 21.96 | 11.88 | - |
| YUV | 89.84 | 128.66 | 245.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 6 | 91 | 0 | 0.98 | 0.64 | 0.00 | 339.44 | 0.99 | 0.51 |
| Hex | FE | 6 | 5B | 0 | 62 | 40 | 0 | 153 | 63 | 33 |
| Octal | 376 | 6 | 133 | 0 | 142 | 100 | 0 | 523 | 143 | 63 |
| Binary | 11111110 | 110 | 1011011 | 0 | 1100010 | 1000000 | 0 | 101010011 | 1100011 | 110011 |
Color Harmonies of #FE065B
Complementary color
Monochromatic Colors of #FE065B
Black with #FE065B
Text Example
Text Example
White with #FE065B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE065B; }
p { color: rgb(254,6,91); }
H1.HeaderClassName
{
color: #FE065B;
}
.AnyTagClassName
{
color: #FE065B;
}
</style>
background-color css
<style>
a { background-color: #FE065B; }
a { background-color: rgb(254,6,91); }
div.DivClassName
{
background-color: #FE065B;
}
.BgClassName
{
background-color: #FE065B;
}
</style>
border-color css
<style>
span { border-color: #FE065B; }
span { border-color: rgb(254,6,91); }
td.TdClassName
{
border-color: #FE065B;
}
.TagClassName
{
border-color: #FE065B;
}
</style>