Shades of Razzmatazz #FE035A
Tints of Razzmatazz #FE035A
RGB
CMYK
RGB Variations
Color information
#FE035A (or 0xFE035A) is known color: Razzmatazz. HEX triplet: FE, 03 and 5A. RGB value is (254,3,90). Sum of RGB (Red+Green+Blue) = 254+3+90=347 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.20% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 254 - color contains mainly: red. Hex color #FE035A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE035A is #01FCA5. Grayscale: #575757. Windows color (decimal): -130214 or 5899262. OLE color: 5899262.
HSL color Cylindrical-coordinate representation of color #FE035A: hue angle of 339.2º 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 #FE035A is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 90 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.00 |
| HSL | 339.2º | 0.99% | 0.5% | - |
| HSV(B) | 339.2º | 0.99% | 1% | - |
| XYZ | 42.75 | 21.87 | 11.64 | - |
| YUV | 87.97 | 129.16 | 246.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 90 | 0 | 0.99 | 0.65 | 0.00 | 339.2 | 0.99 | 0.5 |
| Hex | FE | 3 | 5A | 0 | 63 | 41 | 0 | 153 | 63 | 32 |
| Octal | 376 | 3 | 132 | 0 | 143 | 101 | 0 | 523 | 143 | 62 |
| Binary | 11111110 | 11 | 1011010 | 0 | 1100011 | 1000001 | 0 | 101010011 | 1100011 | 110010 |
Color Harmonies of #FE035A
Complementary color
Monochromatic Colors of #FE035A
Black with #FE035A
Text Example
Text Example
White with #FE035A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE035A; }
p { color: rgb(254,3,90); }
H1.HeaderClassName
{
color: #FE035A;
}
.AnyTagClassName
{
color: #FE035A;
}
</style>
background-color css
<style>
a { background-color: #FE035A; }
a { background-color: rgb(254,3,90); }
div.DivClassName
{
background-color: #FE035A;
}
.BgClassName
{
background-color: #FE035A;
}
</style>
border-color css
<style>
span { border-color: #FE035A; }
span { border-color: rgb(254,3,90); }
td.TdClassName
{
border-color: #FE035A;
}
.TagClassName
{
border-color: #FE035A;
}
</style>