Shades of Razzmatazz #FE015C
Tints of Razzmatazz #FE015C
RGB
CMYK
RGB Variations
Color information
#FE015C (or 0xFE015C) is known color: Razzmatazz. HEX triplet: FE, 01 and 5C. RGB value is (254,1,92). Sum of RGB (Red+Green+Blue) = 254+1+92=347 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.20% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 254 - color contains mainly: red. Hex color #FE015C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE015C is #01FEA3. Grayscale: #565656. Windows color (decimal): -130724 or 6029822. OLE color: 6029822.
HSL color Cylindrical-coordinate representation of color #FE015C: hue angle of 338.42º 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 #FE015C is Cyan = 0, Magento = 1.00, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 92 | - |
| CMYK | 0 | 1.00 | 0.64 | 0.00 |
| HSL | 338.42º | 0.99% | 0.5% | - |
| HSV(B) | 338.42º | 1% | 1% | - |
| XYZ | 42.82 | 21.87 | 12.09 | - |
| YUV | 87.02 | 130.82 | 247.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 92 | 0 | 1.00 | 0.64 | 0.00 | 338.42 | 0.99 | 0.5 |
| Hex | FE | 1 | 5C | 0 | 64 | 40 | 0 | 152 | 63 | 32 |
| Octal | 376 | 1 | 134 | 0 | 144 | 100 | 0 | 522 | 143 | 62 |
| Binary | 11111110 | 1 | 1011100 | 0 | 1100100 | 1000000 | 0 | 101010010 | 1100011 | 110010 |
Color Harmonies of #FE015C
Complementary color
Monochromatic Colors of #FE015C
Black with #FE015C
Text Example
Text Example
White with #FE015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE015C; }
p { color: rgb(254,1,92); }
H1.HeaderClassName
{
color: #FE015C;
}
.AnyTagClassName
{
color: #FE015C;
}
</style>
background-color css
<style>
a { background-color: #FE015C; }
a { background-color: rgb(254,1,92); }
div.DivClassName
{
background-color: #FE015C;
}
.BgClassName
{
background-color: #FE015C;
}
</style>
border-color css
<style>
span { border-color: #FE015C; }
span { border-color: rgb(254,1,92); }
td.TdClassName
{
border-color: #FE015C;
}
.TagClassName
{
border-color: #FE015C;
}
</style>