Shades of Razzmatazz #FE0953
Tints of Razzmatazz #FE0953
RGB
CMYK
RGB Variations
Color information
#FE0953 (or 0xFE0953) is known color: Razzmatazz. HEX triplet: FE, 09 and 53. RGB value is (254,9,83). Sum of RGB (Red+Green+Blue) = 254+9+83=346 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.41% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0953 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0953 is #01F6AC. Grayscale: #5A5A5A. Windows color (decimal): -128685 or 5442046. OLE color: 5442046.
HSL color Cylindrical-coordinate representation of color #FE0953: hue angle of 341.88º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE0953 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 83 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.00 |
| HSL | 341.88º | 0.99% | 0.52% | - |
| HSV(B) | 341.88º | 0.96% | 1% | - |
| XYZ | 42.53 | 21.89 | 10.17 | - |
| YUV | 90.69 | 123.67 | 244.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 83 | 0 | 0.96 | 0.67 | 0.00 | 341.88 | 0.99 | 0.52 |
| Hex | FE | 9 | 53 | 0 | 60 | 43 | 0 | 156 | 63 | 34 |
| Octal | 376 | 11 | 123 | 0 | 140 | 103 | 0 | 526 | 143 | 64 |
| Binary | 11111110 | 1001 | 1010011 | 0 | 1100000 | 1000011 | 0 | 101010110 | 1100011 | 110100 |
Color Harmonies of #FE0953
Complementary color
Monochromatic Colors of #FE0953
Black with #FE0953
Text Example
Text Example
White with #FE0953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0953; }
p { color: rgb(254,9,83); }
H1.HeaderClassName
{
color: #FE0953;
}
.AnyTagClassName
{
color: #FE0953;
}
</style>
background-color css
<style>
a { background-color: #FE0953; }
a { background-color: rgb(254,9,83); }
div.DivClassName
{
background-color: #FE0953;
}
.BgClassName
{
background-color: #FE0953;
}
</style>
border-color css
<style>
span { border-color: #FE0953; }
span { border-color: rgb(254,9,83); }
td.TdClassName
{
border-color: #FE0953;
}
.TagClassName
{
border-color: #FE0953;
}
</style>