Shades of Razzmatazz #FE0E67
Tints of Razzmatazz #FE0E67
RGB
CMYK
RGB Variations
Color information
#FE0E67 (or 0xFE0E67) is known color: Razzmatazz. HEX triplet: FE, 0E and 67. RGB value is (254,14,103). Sum of RGB (Red+Green+Blue) = 254+14+103=371 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.46% from 371); Green value is 14 (5.86% from 255 or 3.77% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0E67 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0E67 is #01F198. Grayscale: #5F5F5F. Windows color (decimal): -127385 or 6754046. OLE color: 6754046.
HSL color Cylindrical-coordinate representation of color #FE0E67: hue angle of 337.75º 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 #FE0E67 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 14 | 103 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.00 |
| HSL | 337.75º | 0.99% | 0.53% | - |
| HSV(B) | 337.75º | 0.94% | 1% | - |
| XYZ | 43.48 | 22.36 | 14.86 | - |
| YUV | 95.91 | 132.01 | 240.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 14 | 103 | 0 | 0.94 | 0.59 | 0.00 | 337.75 | 0.99 | 0.53 |
| Hex | FE | E | 67 | 0 | 5E | 3B | 0 | 152 | 63 | 35 |
| Octal | 376 | 16 | 147 | 0 | 136 | 73 | 0 | 522 | 143 | 65 |
| Binary | 11111110 | 1110 | 1100111 | 0 | 1011110 | 111011 | 0 | 101010010 | 1100011 | 110101 |
Color Harmonies of #FE0E67
Complementary color
Monochromatic Colors of #FE0E67
Black with #FE0E67
Text Example
Text Example
White with #FE0E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0E67; }
p { color: rgb(254,14,103); }
H1.HeaderClassName
{
color: #FE0E67;
}
.AnyTagClassName
{
color: #FE0E67;
}
</style>
background-color css
<style>
a { background-color: #FE0E67; }
a { background-color: rgb(254,14,103); }
div.DivClassName
{
background-color: #FE0E67;
}
.BgClassName
{
background-color: #FE0E67;
}
</style>
border-color css
<style>
span { border-color: #FE0E67; }
span { border-color: rgb(254,14,103); }
td.TdClassName
{
border-color: #FE0E67;
}
.TagClassName
{
border-color: #FE0E67;
}
</style>