Shades of Razzmatazz #FE075B
Tints of Razzmatazz #FE075B
RGB
CMYK
RGB Variations
Color information
#FE075B (or 0xFE075B) is known color: Razzmatazz. HEX triplet: FE, 07 and 5B. RGB value is (254,7,91). Sum of RGB (Red+Green+Blue) = 254+7+91=352 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.16% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 254 - color contains mainly: red. Hex color #FE075B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE075B is #01F8A4. Grayscale: #5A5A5A. Windows color (decimal): -129189 or 5965822. OLE color: 5965822.
HSL color Cylindrical-coordinate representation of color #FE075B: hue angle of 339.6º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE075B is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 91 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.00 |
| HSL | 339.6º | 0.99% | 0.51% | - |
| HSV(B) | 339.6º | 0.97% | 1% | - |
| XYZ | 42.84 | 21.98 | 11.88 | - |
| YUV | 90.43 | 128.33 | 244.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 91 | 0 | 0.97 | 0.64 | 0.00 | 339.6 | 0.99 | 0.51 |
| Hex | FE | 7 | 5B | 0 | 61 | 40 | 0 | 154 | 63 | 33 |
| Octal | 376 | 7 | 133 | 0 | 141 | 100 | 0 | 524 | 143 | 63 |
| Binary | 11111110 | 111 | 1011011 | 0 | 1100001 | 1000000 | 0 | 101010100 | 1100011 | 110011 |
Color Harmonies of #FE075B
Complementary color
Monochromatic Colors of #FE075B
Black with #FE075B
Text Example
Text Example
White with #FE075B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE075B; }
p { color: rgb(254,7,91); }
H1.HeaderClassName
{
color: #FE075B;
}
.AnyTagClassName
{
color: #FE075B;
}
</style>
background-color css
<style>
a { background-color: #FE075B; }
a { background-color: rgb(254,7,91); }
div.DivClassName
{
background-color: #FE075B;
}
.BgClassName
{
background-color: #FE075B;
}
</style>
border-color css
<style>
span { border-color: #FE075B; }
span { border-color: rgb(254,7,91); }
td.TdClassName
{
border-color: #FE075B;
}
.TagClassName
{
border-color: #FE075B;
}
</style>