Shades of Razzmatazz #FE0170
Tints of Razzmatazz #FE0170
RGB
CMYK
RGB Variations
Color information
#FE0170 (or 0xFE0170) is known color: Razzmatazz. HEX triplet: FE, 01 and 70. RGB value is (254,1,112). Sum of RGB (Red+Green+Blue) = 254+1+112=367 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.21% from 367); Green value is 1 (0.78% from 255 or 0.27% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0170 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0170 is #01FE8F. Grayscale: #595959. Windows color (decimal): -130704 or 7340542. OLE color: 7340542.
HSL color Cylindrical-coordinate representation of color #FE0170: hue angle of 333.68º 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 #FE0170 is Cyan = 0, Magento = 1.00, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 112 | - |
| CMYK | 0 | 1.00 | 0.56 | 0.00 |
| HSL | 333.68º | 0.99% | 0.5% | - |
| HSV(B) | 333.68º | 1% | 1% | - |
| XYZ | 43.81 | 22.26 | 17.32 | - |
| YUV | 89.3 | 140.82 | 245.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 112 | 0 | 1.00 | 0.56 | 0.00 | 333.68 | 0.99 | 0.5 |
| Hex | FE | 1 | 70 | 0 | 64 | 38 | 0 | 14E | 63 | 32 |
| Octal | 376 | 1 | 160 | 0 | 144 | 70 | 0 | 516 | 143 | 62 |
| Binary | 11111110 | 1 | 1110000 | 0 | 1100100 | 111000 | 0 | 101001110 | 1100011 | 110010 |
Color Harmonies of #FE0170
Complementary color
Monochromatic Colors of #FE0170
Black with #FE0170
Text Example
Text Example
White with #FE0170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0170; }
p { color: rgb(254,1,112); }
H1.HeaderClassName
{
color: #FE0170;
}
.AnyTagClassName
{
color: #FE0170;
}
</style>
background-color css
<style>
a { background-color: #FE0170; }
a { background-color: rgb(254,1,112); }
div.DivClassName
{
background-color: #FE0170;
}
.BgClassName
{
background-color: #FE0170;
}
</style>
border-color css
<style>
span { border-color: #FE0170; }
span { border-color: rgb(254,1,112); }
td.TdClassName
{
border-color: #FE0170;
}
.TagClassName
{
border-color: #FE0170;
}
</style>