Shades of Razzmatazz #FE0768
Tints of Razzmatazz #FE0768
RGB
CMYK
RGB Variations
Color information
#FE0768 (or 0xFE0768) is known color: Razzmatazz. HEX triplet: FE, 07 and 68. RGB value is (254,7,104). Sum of RGB (Red+Green+Blue) = 254+7+104=365 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.59% from 365); Green value is 7 (3.12% from 255 or 1.92% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0768 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0768 is #01F897. Grayscale: #5B5B5B. Windows color (decimal): -129176 or 6817790. OLE color: 6817790.
HSL color Cylindrical-coordinate representation of color #FE0768: hue angle of 336.44º 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 #FE0768 is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 104 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.00 |
| HSL | 336.44º | 0.99% | 0.51% | - |
| HSV(B) | 336.44º | 0.97% | 1% | - |
| XYZ | 43.45 | 22.22 | 15.1 | - |
| YUV | 91.91 | 134.83 | 243.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 104 | 0 | 0.97 | 0.59 | 0.00 | 336.44 | 0.99 | 0.51 |
| Hex | FE | 7 | 68 | 0 | 61 | 3B | 0 | 150 | 63 | 33 |
| Octal | 376 | 7 | 150 | 0 | 141 | 73 | 0 | 520 | 143 | 63 |
| Binary | 11111110 | 111 | 1101000 | 0 | 1100001 | 111011 | 0 | 101010000 | 1100011 | 110011 |
Color Harmonies of #FE0768
Complementary color
Monochromatic Colors of #FE0768
Black with #FE0768
Text Example
Text Example
White with #FE0768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0768; }
p { color: rgb(254,7,104); }
H1.HeaderClassName
{
color: #FE0768;
}
.AnyTagClassName
{
color: #FE0768;
}
</style>
background-color css
<style>
a { background-color: #FE0768; }
a { background-color: rgb(254,7,104); }
div.DivClassName
{
background-color: #FE0768;
}
.BgClassName
{
background-color: #FE0768;
}
</style>
border-color css
<style>
span { border-color: #FE0768; }
span { border-color: rgb(254,7,104); }
td.TdClassName
{
border-color: #FE0768;
}
.TagClassName
{
border-color: #FE0768;
}
</style>