Shades of Razzmatazz #FE0150
Tints of Razzmatazz #FE0150
RGB
CMYK
RGB Variations
Color information
#FE0150 (or 0xFE0150) is known color: Razzmatazz. HEX triplet: FE, 01 and 50. RGB value is (254,1,80). Sum of RGB (Red+Green+Blue) = 254+1+80=335 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.82% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0150 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0150 is #01FEAF. Grayscale: #555555. Windows color (decimal): -130736 or 5243390. OLE color: 5243390.
HSL color Cylindrical-coordinate representation of color #FE0150: hue angle of 341.26º 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 #FE0150 is Cyan = 0, Magento = 1.00, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 80 | - |
| CMYK | 0 | 1.00 | 0.69 | 0.00 |
| HSL | 341.26º | 0.99% | 0.5% | - |
| HSV(B) | 341.26º | 1% | 1% | - |
| XYZ | 42.33 | 21.67 | 9.54 | - |
| YUV | 85.65 | 124.82 | 248.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 80 | 0 | 1.00 | 0.69 | 0.00 | 341.26 | 0.99 | 0.5 |
| Hex | FE | 1 | 50 | 0 | 64 | 45 | 0 | 155 | 63 | 32 |
| Octal | 376 | 1 | 120 | 0 | 144 | 105 | 0 | 525 | 143 | 62 |
| Binary | 11111110 | 1 | 1010000 | 0 | 1100100 | 1000101 | 0 | 101010101 | 1100011 | 110010 |
Color Harmonies of #FE0150
Complementary color
Monochromatic Colors of #FE0150
Black with #FE0150
Text Example
Text Example
White with #FE0150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0150; }
p { color: rgb(254,1,80); }
H1.HeaderClassName
{
color: #FE0150;
}
.AnyTagClassName
{
color: #FE0150;
}
</style>
background-color css
<style>
a { background-color: #FE0150; }
a { background-color: rgb(254,1,80); }
div.DivClassName
{
background-color: #FE0150;
}
.BgClassName
{
background-color: #FE0150;
}
</style>
border-color css
<style>
span { border-color: #FE0150; }
span { border-color: rgb(254,1,80); }
td.TdClassName
{
border-color: #FE0150;
}
.TagClassName
{
border-color: #FE0150;
}
</style>