Shades of Razzmatazz #FE0853
Tints of Razzmatazz #FE0853
RGB
CMYK
RGB Variations
Color information
#FE0853 (or 0xFE0853) is known color: Razzmatazz. HEX triplet: FE, 08 and 53. RGB value is (254,8,83). Sum of RGB (Red+Green+Blue) = 254+8+83=345 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.62% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0853 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0853 is #01F7AC. Grayscale: #5A5A5A. Windows color (decimal): -128941 or 5441790. OLE color: 5441790.
HSL color Cylindrical-coordinate representation of color #FE0853: hue angle of 341.71º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE0853 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 8 | 83 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.00 |
| HSL | 341.71º | 0.99% | 0.51% | - |
| HSV(B) | 341.71º | 0.97% | 1% | - |
| XYZ | 42.52 | 21.87 | 10.16 | - |
| YUV | 90.1 | 124 | 244.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 8 | 83 | 0 | 0.97 | 0.67 | 0.00 | 341.71 | 0.99 | 0.51 |
| Hex | FE | 8 | 53 | 0 | 61 | 43 | 0 | 156 | 63 | 33 |
| Octal | 376 | 10 | 123 | 0 | 141 | 103 | 0 | 526 | 143 | 63 |
| Binary | 11111110 | 1000 | 1010011 | 0 | 1100001 | 1000011 | 0 | 101010110 | 1100011 | 110011 |
Color Harmonies of #FE0853
Complementary color
Monochromatic Colors of #FE0853
Black with #FE0853
Text Example
Text Example
White with #FE0853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0853; }
p { color: rgb(254,8,83); }
H1.HeaderClassName
{
color: #FE0853;
}
.AnyTagClassName
{
color: #FE0853;
}
</style>
background-color css
<style>
a { background-color: #FE0853; }
a { background-color: rgb(254,8,83); }
div.DivClassName
{
background-color: #FE0853;
}
.BgClassName
{
background-color: #FE0853;
}
</style>
border-color css
<style>
span { border-color: #FE0853; }
span { border-color: rgb(254,8,83); }
td.TdClassName
{
border-color: #FE0853;
}
.TagClassName
{
border-color: #FE0853;
}
</style>