Shades of Razzmatazz #FE0368
Tints of Razzmatazz #FE0368
RGB
CMYK
RGB Variations
Color information
#FE0368 (or 0xFE0368) is known color: Razzmatazz. HEX triplet: FE, 03 and 68. RGB value is (254,3,104). Sum of RGB (Red+Green+Blue) = 254+3+104=361 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.36% from 361); Green value is 3 (1.56% from 255 or 0.83% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0368 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0368 is #01FC97. Grayscale: #595959. Windows color (decimal): -130200 or 6816766. OLE color: 6816766.
HSL color Cylindrical-coordinate representation of color #FE0368: hue angle of 335.86º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE0368 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 104 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.00 |
| HSL | 335.86º | 0.99% | 0.5% | - |
| HSV(B) | 335.86º | 0.99% | 1% | - |
| XYZ | 43.4 | 22.14 | 15.08 | - |
| YUV | 89.56 | 136.16 | 245.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 104 | 0 | 0.99 | 0.59 | 0.00 | 335.86 | 0.99 | 0.5 |
| Hex | FE | 3 | 68 | 0 | 63 | 3B | 0 | 150 | 63 | 32 |
| Octal | 376 | 3 | 150 | 0 | 143 | 73 | 0 | 520 | 143 | 62 |
| Binary | 11111110 | 11 | 1101000 | 0 | 1100011 | 111011 | 0 | 101010000 | 1100011 | 110010 |
Color Harmonies of #FE0368
Complementary color
Monochromatic Colors of #FE0368
Black with #FE0368
Text Example
Text Example
White with #FE0368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0368; }
p { color: rgb(254,3,104); }
H1.HeaderClassName
{
color: #FE0368;
}
.AnyTagClassName
{
color: #FE0368;
}
</style>
background-color css
<style>
a { background-color: #FE0368; }
a { background-color: rgb(254,3,104); }
div.DivClassName
{
background-color: #FE0368;
}
.BgClassName
{
background-color: #FE0368;
}
</style>
border-color css
<style>
span { border-color: #FE0368; }
span { border-color: rgb(254,3,104); }
td.TdClassName
{
border-color: #FE0368;
}
.TagClassName
{
border-color: #FE0368;
}
</style>