Shades of Razzmatazz #FE0167
Tints of Razzmatazz #FE0167
RGB
CMYK
RGB Variations
Color information
#FE0167 (or 0xFE0167) is known color: Razzmatazz. HEX triplet: FE, 01 and 67. RGB value is (254,1,103). Sum of RGB (Red+Green+Blue) = 254+1+103=358 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.95% from 358); Green value is 1 (0.78% from 255 or 0.28% from 358); Blue value is 103 (40.62% from 255 or 28.77% from 358); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0167 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0167 is #01FE98. Grayscale: #585858. Windows color (decimal): -130713 or 6750718. OLE color: 6750718.
HSL color Cylindrical-coordinate representation of color #FE0167: hue angle of 335.81º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE0167 is Cyan = 0, Magento = 1.00, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 103 | - |
| CMYK | 0 | 1.00 | 0.59 | 0.00 |
| HSL | 335.81º | 0.99% | 0.5% | - |
| HSV(B) | 335.81º | 1% | 1% | - |
| XYZ | 43.33 | 22.07 | 14.81 | - |
| YUV | 88.28 | 136.32 | 246.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 103 | 0 | 1.00 | 0.59 | 0.00 | 335.81 | 0.99 | 0.5 |
| Hex | FE | 1 | 67 | 0 | 64 | 3B | 0 | 150 | 63 | 32 |
| Octal | 376 | 1 | 147 | 0 | 144 | 73 | 0 | 520 | 143 | 62 |
| Binary | 11111110 | 1 | 1100111 | 0 | 1100100 | 111011 | 0 | 101010000 | 1100011 | 110010 |
Color Harmonies of #FE0167
Complementary color
Monochromatic Colors of #FE0167
Black with #FE0167
Text Example
Text Example
White with #FE0167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0167; }
p { color: rgb(254,1,103); }
H1.HeaderClassName
{
color: #FE0167;
}
.AnyTagClassName
{
color: #FE0167;
}
</style>
background-color css
<style>
a { background-color: #FE0167; }
a { background-color: rgb(254,1,103); }
div.DivClassName
{
background-color: #FE0167;
}
.BgClassName
{
background-color: #FE0167;
}
</style>
border-color css
<style>
span { border-color: #FE0167; }
span { border-color: rgb(254,1,103); }
td.TdClassName
{
border-color: #FE0167;
}
.TagClassName
{
border-color: #FE0167;
}
</style>