Shades of Razzmatazz #FE0455
Tints of Razzmatazz #FE0455
RGB
CMYK
RGB Variations
Color information
#FE0455 (or 0xFE0455) is known color: Razzmatazz. HEX triplet: FE, 04 and 55. RGB value is (254,4,85). Sum of RGB (Red+Green+Blue) = 254+4+85=343 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.05% from 343); Green value is 4 (1.95% from 255 or 1.17% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0455 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0455 is #01FBAA. Grayscale: #575757. Windows color (decimal): -129963 or 5571838. OLE color: 5571838.
HSL color Cylindrical-coordinate representation of color #FE0455: hue angle of 340.56º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE0455 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 85 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.00 |
| HSL | 340.56º | 0.99% | 0.51% | - |
| HSV(B) | 340.56º | 0.98% | 1% | - |
| XYZ | 42.56 | 21.81 | 10.56 | - |
| YUV | 87.98 | 126.33 | 246.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 85 | 0 | 0.98 | 0.67 | 0.00 | 340.56 | 0.99 | 0.51 |
| Hex | FE | 4 | 55 | 0 | 62 | 43 | 0 | 155 | 63 | 33 |
| Octal | 376 | 4 | 125 | 0 | 142 | 103 | 0 | 525 | 143 | 63 |
| Binary | 11111110 | 100 | 1010101 | 0 | 1100010 | 1000011 | 0 | 101010101 | 1100011 | 110011 |
Color Harmonies of #FE0455
Complementary color
Monochromatic Colors of #FE0455
Black with #FE0455
Text Example
Text Example
White with #FE0455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0455; }
p { color: rgb(254,4,85); }
H1.HeaderClassName
{
color: #FE0455;
}
.AnyTagClassName
{
color: #FE0455;
}
</style>
background-color css
<style>
a { background-color: #FE0455; }
a { background-color: rgb(254,4,85); }
div.DivClassName
{
background-color: #FE0455;
}
.BgClassName
{
background-color: #FE0455;
}
</style>
border-color css
<style>
span { border-color: #FE0455; }
span { border-color: rgb(254,4,85); }
td.TdClassName
{
border-color: #FE0455;
}
.TagClassName
{
border-color: #FE0455;
}
</style>