Shades of Razzmatazz #FE0E6B
Tints of Razzmatazz #FE0E6B
RGB
CMYK
RGB Variations
Color information
#FE0E6B (or 0xFE0E6B) is known color: Razzmatazz. HEX triplet: FE, 0E and 6B. RGB value is (254,14,107). Sum of RGB (Red+Green+Blue) = 254+14+107=375 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.73% from 375); Green value is 14 (5.86% from 255 or 3.73% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0E6B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0E6B is #01F194. Grayscale: #606060. Windows color (decimal): -127381 or 7016190. OLE color: 7016190.
HSL color Cylindrical-coordinate representation of color #FE0E6B: hue angle of 336.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 #FE0E6B is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 14 | 107 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.00 |
| HSL | 336.75º | 0.99% | 0.53% | - |
| HSV(B) | 336.75º | 0.94% | 1% | - |
| XYZ | 43.68 | 22.45 | 15.94 | - |
| YUV | 96.36 | 134.01 | 240.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 14 | 107 | 0 | 0.94 | 0.58 | 0.00 | 336.75 | 0.99 | 0.53 |
| Hex | FE | E | 6B | 0 | 5E | 3A | 0 | 151 | 63 | 35 |
| Octal | 376 | 16 | 153 | 0 | 136 | 72 | 0 | 521 | 143 | 65 |
| Binary | 11111110 | 1110 | 1101011 | 0 | 1011110 | 111010 | 0 | 101010001 | 1100011 | 110101 |
Color Harmonies of #FE0E6B
Complementary color
Monochromatic Colors of #FE0E6B
Black with #FE0E6B
Text Example
Text Example
White with #FE0E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0E6B; }
p { color: rgb(254,14,107); }
H1.HeaderClassName
{
color: #FE0E6B;
}
.AnyTagClassName
{
color: #FE0E6B;
}
</style>
background-color css
<style>
a { background-color: #FE0E6B; }
a { background-color: rgb(254,14,107); }
div.DivClassName
{
background-color: #FE0E6B;
}
.BgClassName
{
background-color: #FE0E6B;
}
</style>
border-color css
<style>
span { border-color: #FE0E6B; }
span { border-color: rgb(254,14,107); }
td.TdClassName
{
border-color: #FE0E6B;
}
.TagClassName
{
border-color: #FE0E6B;
}
</style>