Shades of Razzmatazz #FE0753
Tints of Razzmatazz #FE0753
RGB
CMYK
RGB Variations
Color information
#FE0753 (or 0xFE0753) is known color: Razzmatazz. HEX triplet: FE, 07 and 53. RGB value is (254,7,83). Sum of RGB (Red+Green+Blue) = 254+7+83=344 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.84% from 344); Green value is 7 (3.12% from 255 or 2.03% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0753 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0753 is #01F8AC. Grayscale: #595959. Windows color (decimal): -129197 or 5441534. OLE color: 5441534.
HSL color Cylindrical-coordinate representation of color #FE0753: hue angle of 341.54º 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 #FE0753 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 83 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.00 |
| HSL | 341.54º | 0.99% | 0.51% | - |
| HSV(B) | 341.54º | 0.97% | 1% | - |
| XYZ | 42.51 | 21.85 | 10.16 | - |
| YUV | 89.52 | 124.33 | 245.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 83 | 0 | 0.97 | 0.67 | 0.00 | 341.54 | 0.99 | 0.51 |
| Hex | FE | 7 | 53 | 0 | 61 | 43 | 0 | 156 | 63 | 33 |
| Octal | 376 | 7 | 123 | 0 | 141 | 103 | 0 | 526 | 143 | 63 |
| Binary | 11111110 | 111 | 1010011 | 0 | 1100001 | 1000011 | 0 | 101010110 | 1100011 | 110011 |
Color Harmonies of #FE0753
Complementary color
Monochromatic Colors of #FE0753
Black with #FE0753
Text Example
Text Example
White with #FE0753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0753; }
p { color: rgb(254,7,83); }
H1.HeaderClassName
{
color: #FE0753;
}
.AnyTagClassName
{
color: #FE0753;
}
</style>
background-color css
<style>
a { background-color: #FE0753; }
a { background-color: rgb(254,7,83); }
div.DivClassName
{
background-color: #FE0753;
}
.BgClassName
{
background-color: #FE0753;
}
</style>
border-color css
<style>
span { border-color: #FE0753; }
span { border-color: rgb(254,7,83); }
td.TdClassName
{
border-color: #FE0753;
}
.TagClassName
{
border-color: #FE0753;
}
</style>