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