Shades of Razzmatazz #FE095E
Tints of Razzmatazz #FE095E
RGB
CMYK
RGB Variations
Color information
#FE095E (or 0xFE095E) is known color: Razzmatazz. HEX triplet: FE, 09 and 5E. RGB value is (254,9,94). Sum of RGB (Red+Green+Blue) = 254+9+94=357 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.15% from 357); Green value is 9 (3.91% from 255 or 2.52% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 254 - color contains mainly: red. Hex color #FE095E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE095E is #01F6A1. Grayscale: #5B5B5B. Windows color (decimal): -128674 or 6162942. OLE color: 6162942.
HSL color Cylindrical-coordinate representation of color #FE095E: hue angle of 339.18º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE095E is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 94 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.00 |
| HSL | 339.18º | 0.99% | 0.52% | - |
| HSV(B) | 339.18º | 0.96% | 1% | - |
| XYZ | 42.99 | 22.07 | 12.58 | - |
| YUV | 91.95 | 129.17 | 243.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 94 | 0 | 0.96 | 0.63 | 0.00 | 339.18 | 0.99 | 0.52 |
| Hex | FE | 9 | 5E | 0 | 60 | 3F | 0 | 153 | 63 | 34 |
| Octal | 376 | 11 | 136 | 0 | 140 | 77 | 0 | 523 | 143 | 64 |
| Binary | 11111110 | 1001 | 1011110 | 0 | 1100000 | 111111 | 0 | 101010011 | 1100011 | 110100 |
Color Harmonies of #FE095E
Complementary color
Monochromatic Colors of #FE095E
Black with #FE095E
Text Example
Text Example
White with #FE095E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE095E; }
p { color: rgb(254,9,94); }
H1.HeaderClassName
{
color: #FE095E;
}
.AnyTagClassName
{
color: #FE095E;
}
</style>
background-color css
<style>
a { background-color: #FE095E; }
a { background-color: rgb(254,9,94); }
div.DivClassName
{
background-color: #FE095E;
}
.BgClassName
{
background-color: #FE095E;
}
</style>
border-color css
<style>
span { border-color: #FE095E; }
span { border-color: rgb(254,9,94); }
td.TdClassName
{
border-color: #FE095E;
}
.TagClassName
{
border-color: #FE095E;
}
</style>