Shades of Razzmatazz #FE066A
Tints of Razzmatazz #FE066A
RGB
CMYK
RGB Variations
Color information
#FE066A (or 0xFE066A) is known color: Razzmatazz. HEX triplet: FE, 06 and 6A. RGB value is (254,6,106). Sum of RGB (Red+Green+Blue) = 254+6+106=366 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.40% from 366); Green value is 6 (2.73% from 255 or 1.64% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 254 - color contains mainly: red. Hex color #FE066A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE066A is #01F995. Grayscale: #5B5B5B. Windows color (decimal): -129430 or 6948606. OLE color: 6948606.
HSL color Cylindrical-coordinate representation of color #FE066A: hue angle of 335.81º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE066A is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 6 | 106 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.00 |
| HSL | 335.81º | 0.99% | 0.51% | - |
| HSV(B) | 335.81º | 0.98% | 1% | - |
| XYZ | 43.54 | 22.24 | 15.63 | - |
| YUV | 91.55 | 136.16 | 243.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 6 | 106 | 0 | 0.98 | 0.58 | 0.00 | 335.81 | 0.99 | 0.51 |
| Hex | FE | 6 | 6A | 0 | 62 | 3A | 0 | 150 | 63 | 33 |
| Octal | 376 | 6 | 152 | 0 | 142 | 72 | 0 | 520 | 143 | 63 |
| Binary | 11111110 | 110 | 1101010 | 0 | 1100010 | 111010 | 0 | 101010000 | 1100011 | 110011 |
Color Harmonies of #FE066A
Complementary color
Monochromatic Colors of #FE066A
Black with #FE066A
Text Example
Text Example
White with #FE066A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE066A; }
p { color: rgb(254,6,106); }
H1.HeaderClassName
{
color: #FE066A;
}
.AnyTagClassName
{
color: #FE066A;
}
</style>
background-color css
<style>
a { background-color: #FE066A; }
a { background-color: rgb(254,6,106); }
div.DivClassName
{
background-color: #FE066A;
}
.BgClassName
{
background-color: #FE066A;
}
</style>
border-color css
<style>
span { border-color: #FE066A; }
span { border-color: rgb(254,6,106); }
td.TdClassName
{
border-color: #FE066A;
}
.TagClassName
{
border-color: #FE066A;
}
</style>