Shades of Razzmatazz #FE0153
Tints of Razzmatazz #FE0153
RGB
CMYK
RGB Variations
Color information
#FE0153 (or 0xFE0153) is known color: Razzmatazz. HEX triplet: FE, 01 and 53. RGB value is (254,1,83). Sum of RGB (Red+Green+Blue) = 254+1+83=338 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.15% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 83 (32.81% from 255 or 24.56% from 338); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0153 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0153 is #01FEAC. Grayscale: #555555. Windows color (decimal): -130733 or 5439998. OLE color: 5439998.
HSL color Cylindrical-coordinate representation of color #FE0153: hue angle of 340.55º 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 #FE0153 is Cyan = 0, Magento = 1.00, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 83 | - |
| CMYK | 0 | 1.00 | 0.67 | 0.00 |
| HSL | 340.55º | 0.99% | 0.5% | - |
| HSV(B) | 340.55º | 1% | 1% | - |
| XYZ | 42.45 | 21.72 | 10.14 | - |
| YUV | 86 | 126.32 | 247.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 83 | 0 | 1.00 | 0.67 | 0.00 | 340.55 | 0.99 | 0.5 |
| Hex | FE | 1 | 53 | 0 | 64 | 43 | 0 | 155 | 63 | 32 |
| Octal | 376 | 1 | 123 | 0 | 144 | 103 | 0 | 525 | 143 | 62 |
| Binary | 11111110 | 1 | 1010011 | 0 | 1100100 | 1000011 | 0 | 101010101 | 1100011 | 110010 |
Color Harmonies of #FE0153
Complementary color
Monochromatic Colors of #FE0153
Black with #FE0153
Text Example
Text Example
White with #FE0153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0153; }
p { color: rgb(254,1,83); }
H1.HeaderClassName
{
color: #FE0153;
}
.AnyTagClassName
{
color: #FE0153;
}
</style>
background-color css
<style>
a { background-color: #FE0153; }
a { background-color: rgb(254,1,83); }
div.DivClassName
{
background-color: #FE0153;
}
.BgClassName
{
background-color: #FE0153;
}
</style>
border-color css
<style>
span { border-color: #FE0153; }
span { border-color: rgb(254,1,83); }
td.TdClassName
{
border-color: #FE0153;
}
.TagClassName
{
border-color: #FE0153;
}
</style>