Shades of Razzmatazz #FE006D
Tints of Razzmatazz #FE006D
RGB
CMYK
RGB Variations
Color information
#FE006D (or 0xFE006D) is known color: Razzmatazz. HEX triplet: FE, 00 and 6D. RGB value is (254,0,109). Sum of RGB (Red+Green+Blue) = 254+0+109=363 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.97% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 254 - color contains mainly: red. Hex color #FE006D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE006D is #01FF92. Grayscale: #585858. Windows color (decimal): -130963 or 7143678. OLE color: 7143678.
HSL color Cylindrical-coordinate representation of color #FE006D: hue angle of 334.25º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE006D is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 109 | - |
| CMYK | 0 | 1 | 0.57 | 0.00 |
| HSL | 334.25º | 1% | 0.5% | - |
| HSV(B) | 334.25º | 1% | 1% | - |
| XYZ | 43.63 | 22.17 | 16.45 | - |
| YUV | 88.37 | 139.65 | 246.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 109 | 0 | 1 | 0.57 | 0.00 | 334.25 | 1 | 0.5 |
| Hex | FE | 0 | 6D | 0 | 64 | 39 | 0 | 14E | 64 | 32 |
| Octal | 376 | 0 | 155 | 0 | 144 | 71 | 0 | 516 | 144 | 62 |
| Binary | 11111110 | 0 | 1101101 | 0 | 1100100 | 111001 | 0 | 101001110 | 1100100 | 110010 |
Color Harmonies of #FE006D
Complementary color
Monochromatic Colors of #FE006D
Black with #FE006D
Text Example
Text Example
White with #FE006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE006D; }
p { color: rgb(254,0,109); }
H1.HeaderClassName
{
color: #FE006D;
}
.AnyTagClassName
{
color: #FE006D;
}
</style>
background-color css
<style>
a { background-color: #FE006D; }
a { background-color: rgb(254,0,109); }
div.DivClassName
{
background-color: #FE006D;
}
.BgClassName
{
background-color: #FE006D;
}
</style>
border-color css
<style>
span { border-color: #FE006D; }
span { border-color: rgb(254,0,109); }
td.TdClassName
{
border-color: #FE006D;
}
.TagClassName
{
border-color: #FE006D;
}
</style>