Shades of Razzmatazz #FE0568
Tints of Razzmatazz #FE0568
RGB
CMYK
RGB Variations
Color information
#FE0568 (or 0xFE0568) is known color: Razzmatazz. HEX triplet: FE, 05 and 68. RGB value is (254,5,104). Sum of RGB (Red+Green+Blue) = 254+5+104=363 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.97% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0568 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0568 is #01FA97. Grayscale: #5A5A5A. Windows color (decimal): -129688 or 6817278. OLE color: 6817278.
HSL color Cylindrical-coordinate representation of color #FE0568: hue angle of 336.14º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE0568 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 104 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.00 |
| HSL | 336.14º | 0.99% | 0.51% | - |
| HSV(B) | 336.14º | 0.98% | 1% | - |
| XYZ | 43.43 | 22.18 | 15.09 | - |
| YUV | 90.74 | 135.49 | 244.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 104 | 0 | 0.98 | 0.59 | 0.00 | 336.14 | 0.99 | 0.51 |
| Hex | FE | 5 | 68 | 0 | 62 | 3B | 0 | 150 | 63 | 33 |
| Octal | 376 | 5 | 150 | 0 | 142 | 73 | 0 | 520 | 143 | 63 |
| Binary | 11111110 | 101 | 1101000 | 0 | 1100010 | 111011 | 0 | 101010000 | 1100011 | 110011 |
Color Harmonies of #FE0568
Complementary color
Monochromatic Colors of #FE0568
Black with #FE0568
Text Example
Text Example
White with #FE0568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0568; }
p { color: rgb(254,5,104); }
H1.HeaderClassName
{
color: #FE0568;
}
.AnyTagClassName
{
color: #FE0568;
}
</style>
background-color css
<style>
a { background-color: #FE0568; }
a { background-color: rgb(254,5,104); }
div.DivClassName
{
background-color: #FE0568;
}
.BgClassName
{
background-color: #FE0568;
}
</style>
border-color css
<style>
span { border-color: #FE0568; }
span { border-color: rgb(254,5,104); }
td.TdClassName
{
border-color: #FE0568;
}
.TagClassName
{
border-color: #FE0568;
}
</style>