Shades of Razzmatazz #FF0464
Tints of Razzmatazz #FF0464
RGB
CMYK
RGB Variations
Color information
#FF0464 (or 0xFF0464) is known color: Razzmatazz. HEX triplet: FF, 04 and 64. RGB value is (255,4,100). Sum of RGB (Red+Green+Blue) = 255+4+100=359 (47% of max value = 765). Red value is 255 (100% from 255 or 71.03% from 359); Green value is 4 (1.95% from 255 or 1.11% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0464 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0464 is #00FB9B. Grayscale: #595959. Windows color (decimal): -64412 or 6554879. OLE color: 6554879.
HSL color Cylindrical-coordinate representation of color #FF0464: hue angle of 337.05º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0464 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 100 | - |
| CMYK | 0 | 0.98 | 0.61 | 0 |
| HSL | 337.05º | 1% | 0.51% | - |
| HSV(B) | 337.05º | 0.98% | 1% | - |
| XYZ | 43.58 | 22.27 | 14.06 | - |
| YUV | 89.99 | 133.66 | 245.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 100 | 0 | 0.98 | 0.61 | 0 | 337.05 | 1 | 0.51 |
| Hex | FF | 4 | 64 | 0 | 62 | 3D | 0 | 151 | 64 | 33 |
| Octal | 377 | 4 | 144 | 0 | 142 | 75 | 0 | 521 | 144 | 63 |
| Binary | 11111111 | 100 | 1100100 | 0 | 1100010 | 111101 | 0 | 101010001 | 1100100 | 110011 |
Color Harmonies of #FF0464
Complementary color
Monochromatic Colors of #FF0464
Black with #FF0464
Text Example
Text Example
White with #FF0464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0464; }
p { color: rgb(255,4,100); }
H1.HeaderClassName
{
color: #FF0464;
}
.AnyTagClassName
{
color: #FF0464;
}
</style>
background-color css
<style>
a { background-color: #FF0464; }
a { background-color: rgb(255,4,100); }
div.DivClassName
{
background-color: #FF0464;
}
.BgClassName
{
background-color: #FF0464;
}
</style>
border-color css
<style>
span { border-color: #FF0464; }
span { border-color: rgb(255,4,100); }
td.TdClassName
{
border-color: #FF0464;
}
.TagClassName
{
border-color: #FF0464;
}
</style>