Shades of Razzmatazz #FE0E61
Tints of Razzmatazz #FE0E61
RGB
CMYK
RGB Variations
Color information
#FE0E61 (or 0xFE0E61) is known color: Razzmatazz. HEX triplet: FE, 0E and 61. RGB value is (254,14,97). Sum of RGB (Red+Green+Blue) = 254+14+97=365 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.59% from 365); Green value is 14 (5.86% from 255 or 3.84% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0E61 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0E61 is #01F19E. Grayscale: #5F5F5F. Windows color (decimal): -127391 or 6360830. OLE color: 6360830.
HSL color Cylindrical-coordinate representation of color #FE0E61: hue angle of 339.25º 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 #FE0E61 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 14 | 97 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.00 |
| HSL | 339.25º | 0.99% | 0.53% | - |
| HSV(B) | 339.25º | 0.94% | 1% | - |
| XYZ | 43.19 | 22.25 | 13.33 | - |
| YUV | 95.22 | 129.01 | 241.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 14 | 97 | 0 | 0.94 | 0.62 | 0.00 | 339.25 | 0.99 | 0.53 |
| Hex | FE | E | 61 | 0 | 5E | 3E | 0 | 153 | 63 | 35 |
| Octal | 376 | 16 | 141 | 0 | 136 | 76 | 0 | 523 | 143 | 65 |
| Binary | 11111110 | 1110 | 1100001 | 0 | 1011110 | 111110 | 0 | 101010011 | 1100011 | 110101 |
Color Harmonies of #FE0E61
Complementary color
Monochromatic Colors of #FE0E61
Black with #FE0E61
Text Example
Text Example
White with #FE0E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0E61; }
p { color: rgb(254,14,97); }
H1.HeaderClassName
{
color: #FE0E61;
}
.AnyTagClassName
{
color: #FE0E61;
}
</style>
background-color css
<style>
a { background-color: #FE0E61; }
a { background-color: rgb(254,14,97); }
div.DivClassName
{
background-color: #FE0E61;
}
.BgClassName
{
background-color: #FE0E61;
}
</style>
border-color css
<style>
span { border-color: #FE0E61; }
span { border-color: rgb(254,14,97); }
td.TdClassName
{
border-color: #FE0E61;
}
.TagClassName
{
border-color: #FE0E61;
}
</style>