Shades of Razzmatazz #FE035D
Tints of Razzmatazz #FE035D
RGB
CMYK
RGB Variations
Color information
#FE035D (or 0xFE035D) is known color: Razzmatazz. HEX triplet: FE, 03 and 5D. RGB value is (254,3,93). Sum of RGB (Red+Green+Blue) = 254+3+93=350 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.57% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 254 - color contains mainly: red. Hex color #FE035D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE035D is #01FCA2. Grayscale: #585858. Windows color (decimal): -130211 or 6095870. OLE color: 6095870.
HSL color Cylindrical-coordinate representation of color #FE035D: hue angle of 338.49º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE035D is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 93 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.00 |
| HSL | 338.49º | 0.99% | 0.5% | - |
| HSV(B) | 338.49º | 0.99% | 1% | - |
| XYZ | 42.88 | 21.93 | 12.33 | - |
| YUV | 88.31 | 130.66 | 246.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 93 | 0 | 0.99 | 0.63 | 0.00 | 338.49 | 0.99 | 0.5 |
| Hex | FE | 3 | 5D | 0 | 63 | 3F | 0 | 152 | 63 | 32 |
| Octal | 376 | 3 | 135 | 0 | 143 | 77 | 0 | 522 | 143 | 62 |
| Binary | 11111110 | 11 | 1011101 | 0 | 1100011 | 111111 | 0 | 101010010 | 1100011 | 110010 |
Color Harmonies of #FE035D
Complementary color
Monochromatic Colors of #FE035D
Black with #FE035D
Text Example
Text Example
White with #FE035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE035D; }
p { color: rgb(254,3,93); }
H1.HeaderClassName
{
color: #FE035D;
}
.AnyTagClassName
{
color: #FE035D;
}
</style>
background-color css
<style>
a { background-color: #FE035D; }
a { background-color: rgb(254,3,93); }
div.DivClassName
{
background-color: #FE035D;
}
.BgClassName
{
background-color: #FE035D;
}
</style>
border-color css
<style>
span { border-color: #FE035D; }
span { border-color: rgb(254,3,93); }
td.TdClassName
{
border-color: #FE035D;
}
.TagClassName
{
border-color: #FE035D;
}
</style>