Shades of Razzmatazz #FE035E
Tints of Razzmatazz #FE035E
RGB
CMYK
RGB Variations
Color information
#FE035E (or 0xFE035E) is known color: Razzmatazz. HEX triplet: FE, 03 and 5E. RGB value is (254,3,94). Sum of RGB (Red+Green+Blue) = 254+3+94=351 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.36% from 351); Green value is 3 (1.56% from 255 or 0.85% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 254 - color contains mainly: red. Hex color #FE035E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE035E is #01FCA1. Grayscale: #585858. Windows color (decimal): -130210 or 6161406. OLE color: 6161406.
HSL color Cylindrical-coordinate representation of color #FE035E: hue angle of 338.25º 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 #FE035E is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 94 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.00 |
| HSL | 338.25º | 0.99% | 0.5% | - |
| HSV(B) | 338.25º | 0.99% | 1% | - |
| XYZ | 42.93 | 21.94 | 12.56 | - |
| YUV | 88.42 | 131.16 | 246.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 94 | 0 | 0.99 | 0.63 | 0.00 | 338.25 | 0.99 | 0.5 |
| Hex | FE | 3 | 5E | 0 | 63 | 3F | 0 | 152 | 63 | 32 |
| Octal | 376 | 3 | 136 | 0 | 143 | 77 | 0 | 522 | 143 | 62 |
| Binary | 11111110 | 11 | 1011110 | 0 | 1100011 | 111111 | 0 | 101010010 | 1100011 | 110010 |
Color Harmonies of #FE035E
Complementary color
Monochromatic Colors of #FE035E
Black with #FE035E
Text Example
Text Example
White with #FE035E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE035E; }
p { color: rgb(254,3,94); }
H1.HeaderClassName
{
color: #FE035E;
}
.AnyTagClassName
{
color: #FE035E;
}
</style>
background-color css
<style>
a { background-color: #FE035E; }
a { background-color: rgb(254,3,94); }
div.DivClassName
{
background-color: #FE035E;
}
.BgClassName
{
background-color: #FE035E;
}
</style>
border-color css
<style>
span { border-color: #FE035E; }
span { border-color: rgb(254,3,94); }
td.TdClassName
{
border-color: #FE035E;
}
.TagClassName
{
border-color: #FE035E;
}
</style>