Shades of Razzmatazz #FE006A
Tints of Razzmatazz #FE006A
RGB
CMYK
RGB Variations
Color information
#FE006A (or 0xFE006A) is known color: Razzmatazz. HEX triplet: FE, 00 and 6A. RGB value is (254,0,106). Sum of RGB (Red+Green+Blue) = 254+0+106=360 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.56% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 254 - color contains mainly: red. Hex color #FE006A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE006A is #01FF95. Grayscale: #575757. Windows color (decimal): -130966 or 6947070. OLE color: 6947070.
HSL color Cylindrical-coordinate representation of color #FE006A: hue angle of 334.96º 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 #FE006A is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 106 | - |
| CMYK | 0 | 1 | 0.58 | 0.00 |
| HSL | 334.96º | 1% | 0.5% | - |
| HSV(B) | 334.96º | 1% | 1% | - |
| XYZ | 43.47 | 22.11 | 15.61 | - |
| YUV | 88.03 | 138.15 | 246.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 106 | 0 | 1 | 0.58 | 0.00 | 334.96 | 1 | 0.5 |
| Hex | FE | 0 | 6A | 0 | 64 | 3A | 0 | 14F | 64 | 32 |
| Octal | 376 | 0 | 152 | 0 | 144 | 72 | 0 | 517 | 144 | 62 |
| Binary | 11111110 | 0 | 1101010 | 0 | 1100100 | 111010 | 0 | 101001111 | 1100100 | 110010 |
Color Harmonies of #FE006A
Complementary color
Monochromatic Colors of #FE006A
Black with #FE006A
Text Example
Text Example
White with #FE006A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE006A; }
p { color: rgb(254,0,106); }
H1.HeaderClassName
{
color: #FE006A;
}
.AnyTagClassName
{
color: #FE006A;
}
</style>
background-color css
<style>
a { background-color: #FE006A; }
a { background-color: rgb(254,0,106); }
div.DivClassName
{
background-color: #FE006A;
}
.BgClassName
{
background-color: #FE006A;
}
</style>
border-color css
<style>
span { border-color: #FE006A; }
span { border-color: rgb(254,0,106); }
td.TdClassName
{
border-color: #FE006A;
}
.TagClassName
{
border-color: #FE006A;
}
</style>