Shades of Razzmatazz #FE0D5D
Tints of Razzmatazz #FE0D5D
RGB
CMYK
RGB Variations
Color information
#FE0D5D (or 0xFE0D5D) is known color: Razzmatazz. HEX triplet: FE, 0D and 5D. RGB value is (254,13,93). Sum of RGB (Red+Green+Blue) = 254+13+93=360 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.56% from 360); Green value is 13 (5.47% from 255 or 3.61% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0D5D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0D5D is #01F2A2. Grayscale: #5E5E5E. Windows color (decimal): -127651 or 6098430. OLE color: 6098430.
HSL color Cylindrical-coordinate representation of color #FE0D5D: hue angle of 340.08º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE0D5D is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 13 | 93 | - |
| CMYK | 0 | 0.95 | 0.63 | 0.00 |
| HSL | 340.08º | 0.99% | 0.52% | - |
| HSV(B) | 340.08º | 0.95% | 1% | - |
| XYZ | 42.99 | 22.15 | 12.37 | - |
| YUV | 94.18 | 127.34 | 242 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 13 | 93 | 0 | 0.95 | 0.63 | 0.00 | 340.08 | 0.99 | 0.52 |
| Hex | FE | D | 5D | 0 | 5F | 3F | 0 | 154 | 63 | 34 |
| Octal | 376 | 15 | 135 | 0 | 137 | 77 | 0 | 524 | 143 | 64 |
| Binary | 11111110 | 1101 | 1011101 | 0 | 1011111 | 111111 | 0 | 101010100 | 1100011 | 110100 |
Color Harmonies of #FE0D5D
Complementary color
Monochromatic Colors of #FE0D5D
Black with #FE0D5D
Text Example
Text Example
White with #FE0D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0D5D; }
p { color: rgb(254,13,93); }
H1.HeaderClassName
{
color: #FE0D5D;
}
.AnyTagClassName
{
color: #FE0D5D;
}
</style>
background-color css
<style>
a { background-color: #FE0D5D; }
a { background-color: rgb(254,13,93); }
div.DivClassName
{
background-color: #FE0D5D;
}
.BgClassName
{
background-color: #FE0D5D;
}
</style>
border-color css
<style>
span { border-color: #FE0D5D; }
span { border-color: rgb(254,13,93); }
td.TdClassName
{
border-color: #FE0D5D;
}
.TagClassName
{
border-color: #FE0D5D;
}
</style>