Shades of Razzmatazz #FE1368
Tints of Razzmatazz #FE1368
RGB
CMYK
RGB Variations
Color information
#FE1368 (or 0xFE1368) is known color: Razzmatazz. HEX triplet: FE, 13 and 68. RGB value is (254,19,104). Sum of RGB (Red+Green+Blue) = 254+19+104=377 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.37% from 377); Green value is 19 (7.81% from 255 or 5.04% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1368 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1368 is #01EC97. Grayscale: #626262. Windows color (decimal): -126104 or 6820862. OLE color: 6820862.
HSL color Cylindrical-coordinate representation of color #FE1368: hue angle of 338.3º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE1368 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 104 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.00 |
| HSL | 338.3º | 0.99% | 0.54% | - |
| HSV(B) | 338.3º | 0.93% | 1% | - |
| XYZ | 43.6 | 22.54 | 15.15 | - |
| YUV | 98.96 | 130.86 | 238.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 104 | 0 | 0.93 | 0.59 | 0.00 | 338.3 | 0.99 | 0.54 |
| Hex | FE | 13 | 68 | 0 | 5D | 3B | 0 | 152 | 63 | 36 |
| Octal | 376 | 23 | 150 | 0 | 135 | 73 | 0 | 522 | 143 | 66 |
| Binary | 11111110 | 10011 | 1101000 | 0 | 1011101 | 111011 | 0 | 101010010 | 1100011 | 110110 |
Color Harmonies of #FE1368
Complementary color
Monochromatic Colors of #FE1368
Black with #FE1368
Text Example
Text Example
White with #FE1368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1368; }
p { color: rgb(254,19,104); }
H1.HeaderClassName
{
color: #FE1368;
}
.AnyTagClassName
{
color: #FE1368;
}
</style>
background-color css
<style>
a { background-color: #FE1368; }
a { background-color: rgb(254,19,104); }
div.DivClassName
{
background-color: #FE1368;
}
.BgClassName
{
background-color: #FE1368;
}
</style>
border-color css
<style>
span { border-color: #FE1368; }
span { border-color: rgb(254,19,104); }
td.TdClassName
{
border-color: #FE1368;
}
.TagClassName
{
border-color: #FE1368;
}
</style>