Shades of Razzmatazz #FE006E
Tints of Razzmatazz #FE006E
RGB
CMYK
RGB Variations
Color information
#FE006E (or 0xFE006E) is known color: Razzmatazz. HEX triplet: FE, 00 and 6E. RGB value is (254,0,110). Sum of RGB (Red+Green+Blue) = 254+0+110=364 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.78% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 254 - color contains mainly: red. Hex color #FE006E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE006E is #01FF91. Grayscale: #585858. Windows color (decimal): -130962 or 7209214. OLE color: 7209214.
HSL color Cylindrical-coordinate representation of color #FE006E: hue angle of 334.02º 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 #FE006E is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 110 | - |
| CMYK | 0 | 1 | 0.57 | 0.00 |
| HSL | 334.02º | 1% | 0.5% | - |
| HSV(B) | 334.02º | 1% | 1% | - |
| XYZ | 43.69 | 22.2 | 16.73 | - |
| YUV | 88.49 | 140.15 | 246.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 110 | 0 | 1 | 0.57 | 0.00 | 334.02 | 1 | 0.5 |
| Hex | FE | 0 | 6E | 0 | 64 | 39 | 0 | 14E | 64 | 32 |
| Octal | 376 | 0 | 156 | 0 | 144 | 71 | 0 | 516 | 144 | 62 |
| Binary | 11111110 | 0 | 1101110 | 0 | 1100100 | 111001 | 0 | 101001110 | 1100100 | 110010 |
Color Harmonies of #FE006E
Complementary color
Monochromatic Colors of #FE006E
Black with #FE006E
Text Example
Text Example
White with #FE006E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE006E; }
p { color: rgb(254,0,110); }
H1.HeaderClassName
{
color: #FE006E;
}
.AnyTagClassName
{
color: #FE006E;
}
</style>
background-color css
<style>
a { background-color: #FE006E; }
a { background-color: rgb(254,0,110); }
div.DivClassName
{
background-color: #FE006E;
}
.BgClassName
{
background-color: #FE006E;
}
</style>
border-color css
<style>
span { border-color: #FE006E; }
span { border-color: rgb(254,0,110); }
td.TdClassName
{
border-color: #FE006E;
}
.TagClassName
{
border-color: #FE006E;
}
</style>