Shades of Razzmatazz #FE0355
Tints of Razzmatazz #FE0355
RGB
CMYK
RGB Variations
Color information
#FE0355 (or 0xFE0355) is known color: Razzmatazz. HEX triplet: FE, 03 and 55. RGB value is (254,3,85). Sum of RGB (Red+Green+Blue) = 254+3+85=342 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.27% from 342); Green value is 3 (1.56% from 255 or 0.88% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0355 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0355 is #01FCAA. Grayscale: #575757. Windows color (decimal): -130219 or 5571582. OLE color: 5571582.
HSL color Cylindrical-coordinate representation of color #FE0355: hue angle of 340.4º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE0355 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 85 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.00 |
| HSL | 340.4º | 0.99% | 0.5% | - |
| HSV(B) | 340.4º | 0.99% | 1% | - |
| XYZ | 42.55 | 21.79 | 10.56 | - |
| YUV | 87.4 | 126.66 | 246.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 85 | 0 | 0.99 | 0.67 | 0.00 | 340.4 | 0.99 | 0.5 |
| Hex | FE | 3 | 55 | 0 | 63 | 43 | 0 | 154 | 63 | 32 |
| Octal | 376 | 3 | 125 | 0 | 143 | 103 | 0 | 524 | 143 | 62 |
| Binary | 11111110 | 11 | 1010101 | 0 | 1100011 | 1000011 | 0 | 101010100 | 1100011 | 110010 |
Color Harmonies of #FE0355
Complementary color
Monochromatic Colors of #FE0355
Black with #FE0355
Text Example
Text Example
White with #FE0355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0355; }
p { color: rgb(254,3,85); }
H1.HeaderClassName
{
color: #FE0355;
}
.AnyTagClassName
{
color: #FE0355;
}
</style>
background-color css
<style>
a { background-color: #FE0355; }
a { background-color: rgb(254,3,85); }
div.DivClassName
{
background-color: #FE0355;
}
.BgClassName
{
background-color: #FE0355;
}
</style>
border-color css
<style>
span { border-color: #FE0355; }
span { border-color: rgb(254,3,85); }
td.TdClassName
{
border-color: #FE0355;
}
.TagClassName
{
border-color: #FE0355;
}
</style>