Shades of Razzmatazz #FE0173
Tints of Razzmatazz #FE0173
RGB
CMYK
RGB Variations
Color information
#FE0173 (or 0xFE0173) is known color: Razzmatazz. HEX triplet: FE, 01 and 73. RGB value is (254,1,115). Sum of RGB (Red+Green+Blue) = 254+1+115=370 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.65% from 370); Green value is 1 (0.78% from 255 or 0.27% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0173 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0173 is #01FE8C. Grayscale: #595959. Windows color (decimal): -130701 or 7537150. OLE color: 7537150.
HSL color Cylindrical-coordinate representation of color #FE0173: hue angle of 332.96º 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 #FE0173 is Cyan = 0, Magento = 1.00, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 115 | - |
| CMYK | 0 | 1.00 | 0.55 | 0.00 |
| HSL | 332.96º | 0.99% | 0.5% | - |
| HSV(B) | 332.96º | 1% | 1% | - |
| XYZ | 43.98 | 22.33 | 18.21 | - |
| YUV | 89.64 | 142.32 | 245.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 115 | 0 | 1.00 | 0.55 | 0.00 | 332.96 | 0.99 | 0.5 |
| Hex | FE | 1 | 73 | 0 | 64 | 37 | 0 | 14D | 63 | 32 |
| Octal | 376 | 1 | 163 | 0 | 144 | 67 | 0 | 515 | 143 | 62 |
| Binary | 11111110 | 1 | 1110011 | 0 | 1100100 | 110111 | 0 | 101001101 | 1100011 | 110010 |
Color Harmonies of #FE0173
Complementary color
Monochromatic Colors of #FE0173
Black with #FE0173
Text Example
Text Example
White with #FE0173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0173; }
p { color: rgb(254,1,115); }
H1.HeaderClassName
{
color: #FE0173;
}
.AnyTagClassName
{
color: #FE0173;
}
</style>
background-color css
<style>
a { background-color: #FE0173; }
a { background-color: rgb(254,1,115); }
div.DivClassName
{
background-color: #FE0173;
}
.BgClassName
{
background-color: #FE0173;
}
</style>
border-color css
<style>
span { border-color: #FE0173; }
span { border-color: rgb(254,1,115); }
td.TdClassName
{
border-color: #FE0173;
}
.TagClassName
{
border-color: #FE0173;
}
</style>