Shades of Razzmatazz #FE0067
Tints of Razzmatazz #FE0067
RGB
CMYK
RGB Variations
Color information
#FE0067 (or 0xFE0067) is known color: Razzmatazz. HEX triplet: FE, 00 and 67. RGB value is (254,0,103). Sum of RGB (Red+Green+Blue) = 254+0+103=357 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.15% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 103 (40.62% from 255 or 28.85% from 357); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0067 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0067 is #01FF98. Grayscale: #575757. Windows color (decimal): -130969 or 6750462. OLE color: 6750462.
HSL color Cylindrical-coordinate representation of color #FE0067: hue angle of 335.67º 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 #FE0067 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 103 | - |
| CMYK | 0 | 1 | 0.59 | 0.00 |
| HSL | 335.67º | 1% | 0.5% | - |
| HSV(B) | 335.67º | 1% | 1% | - |
| XYZ | 43.32 | 22.05 | 14.8 | - |
| YUV | 87.69 | 136.65 | 246.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 103 | 0 | 1 | 0.59 | 0.00 | 335.67 | 1 | 0.5 |
| Hex | FE | 0 | 67 | 0 | 64 | 3B | 0 | 150 | 64 | 32 |
| Octal | 376 | 0 | 147 | 0 | 144 | 73 | 0 | 520 | 144 | 62 |
| Binary | 11111110 | 0 | 1100111 | 0 | 1100100 | 111011 | 0 | 101010000 | 1100100 | 110010 |
Color Harmonies of #FE0067
Complementary color
Monochromatic Colors of #FE0067
Black with #FE0067
Text Example
Text Example
White with #FE0067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0067; }
p { color: rgb(254,0,103); }
H1.HeaderClassName
{
color: #FE0067;
}
.AnyTagClassName
{
color: #FE0067;
}
</style>
background-color css
<style>
a { background-color: #FE0067; }
a { background-color: rgb(254,0,103); }
div.DivClassName
{
background-color: #FE0067;
}
.BgClassName
{
background-color: #FE0067;
}
</style>
border-color css
<style>
span { border-color: #FE0067; }
span { border-color: rgb(254,0,103); }
td.TdClassName
{
border-color: #FE0067;
}
.TagClassName
{
border-color: #FE0067;
}
</style>