Shades of Razzmatazz #FE0F5E
Tints of Razzmatazz #FE0F5E
RGB
CMYK
RGB Variations
Color information
#FE0F5E (or 0xFE0F5E) is known color: Razzmatazz. HEX triplet: FE, 0F and 5E. RGB value is (254,15,94). Sum of RGB (Red+Green+Blue) = 254+15+94=363 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.97% from 363); Green value is 15 (6.25% from 255 or 4.13% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0F5E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0F5E is #01F0A1. Grayscale: #5F5F5F. Windows color (decimal): -127138 or 6164478. OLE color: 6164478.
HSL color Cylindrical-coordinate representation of color #FE0F5E: hue angle of 340.17º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE0F5E is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 15 | 94 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.00 |
| HSL | 340.17º | 0.99% | 0.53% | - |
| HSV(B) | 340.17º | 0.94% | 1% | - |
| XYZ | 43.06 | 22.22 | 12.61 | - |
| YUV | 95.47 | 127.18 | 241.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 15 | 94 | 0 | 0.94 | 0.63 | 0.00 | 340.17 | 0.99 | 0.53 |
| Hex | FE | F | 5E | 0 | 5E | 3F | 0 | 154 | 63 | 35 |
| Octal | 376 | 17 | 136 | 0 | 136 | 77 | 0 | 524 | 143 | 65 |
| Binary | 11111110 | 1111 | 1011110 | 0 | 1011110 | 111111 | 0 | 101010100 | 1100011 | 110101 |
Color Harmonies of #FE0F5E
Complementary color
Monochromatic Colors of #FE0F5E
Black with #FE0F5E
Text Example
Text Example
White with #FE0F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0F5E; }
p { color: rgb(254,15,94); }
H1.HeaderClassName
{
color: #FE0F5E;
}
.AnyTagClassName
{
color: #FE0F5E;
}
</style>
background-color css
<style>
a { background-color: #FE0F5E; }
a { background-color: rgb(254,15,94); }
div.DivClassName
{
background-color: #FE0F5E;
}
.BgClassName
{
background-color: #FE0F5E;
}
</style>
border-color css
<style>
span { border-color: #FE0F5E; }
span { border-color: rgb(254,15,94); }
td.TdClassName
{
border-color: #FE0F5E;
}
.TagClassName
{
border-color: #FE0F5E;
}
</style>