Shades of Razzmatazz #FE025B
Tints of Razzmatazz #FE025B
RGB
CMYK
RGB Variations
Color information
#FE025B (or 0xFE025B) is known color: Razzmatazz. HEX triplet: FE, 02 and 5B. RGB value is (254,2,91). Sum of RGB (Red+Green+Blue) = 254+2+91=347 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.20% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 254 - color contains mainly: red. Hex color #FE025B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE025B is #01FDA4. Grayscale: #575757. Windows color (decimal): -130469 or 5964542. OLE color: 5964542.
HSL color Cylindrical-coordinate representation of color #FE025B: hue angle of 338.81º 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 #FE025B is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 91 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.00 |
| HSL | 338.81º | 0.99% | 0.5% | - |
| HSV(B) | 338.81º | 0.99% | 1% | - |
| XYZ | 42.78 | 21.87 | 11.86 | - |
| YUV | 87.49 | 129.99 | 246.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 91 | 0 | 0.99 | 0.64 | 0.00 | 338.81 | 0.99 | 0.5 |
| Hex | FE | 2 | 5B | 0 | 63 | 40 | 0 | 153 | 63 | 32 |
| Octal | 376 | 2 | 133 | 0 | 143 | 100 | 0 | 523 | 143 | 62 |
| Binary | 11111110 | 10 | 1011011 | 0 | 1100011 | 1000000 | 0 | 101010011 | 1100011 | 110010 |
Color Harmonies of #FE025B
Complementary color
Monochromatic Colors of #FE025B
Black with #FE025B
Text Example
Text Example
White with #FE025B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE025B; }
p { color: rgb(254,2,91); }
H1.HeaderClassName
{
color: #FE025B;
}
.AnyTagClassName
{
color: #FE025B;
}
</style>
background-color css
<style>
a { background-color: #FE025B; }
a { background-color: rgb(254,2,91); }
div.DivClassName
{
background-color: #FE025B;
}
.BgClassName
{
background-color: #FE025B;
}
</style>
border-color css
<style>
span { border-color: #FE025B; }
span { border-color: rgb(254,2,91); }
td.TdClassName
{
border-color: #FE025B;
}
.TagClassName
{
border-color: #FE025B;
}
</style>