Shades of Razzmatazz #FF0467
Tints of Razzmatazz #FF0467
RGB
CMYK
RGB Variations
Color information
#FF0467 (or 0xFF0467) is known color: Razzmatazz. HEX triplet: FF, 04 and 67. RGB value is (255,4,103). Sum of RGB (Red+Green+Blue) = 255+4+103=362 (47% of max value = 765). Red value is 255 (100% from 255 or 70.44% from 362); Green value is 4 (1.95% from 255 or 1.10% from 362); Blue value is 103 (40.62% from 255 or 28.45% from 362); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0467 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0467 is #00FB98. Grayscale: #5A5A5A. Windows color (decimal): -64409 or 6751487. OLE color: 6751487.
HSL color Cylindrical-coordinate representation of color #FF0467: hue angle of 336.33º 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 #FF0467 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 103 | - |
| CMYK | 0 | 0.98 | 0.60 | 0 |
| HSL | 336.33º | 1% | 0.51% | - |
| HSV(B) | 336.33º | 0.98% | 1% | - |
| XYZ | 43.73 | 22.33 | 14.84 | - |
| YUV | 90.34 | 135.16 | 245.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 103 | 0 | 0.98 | 0.60 | 0 | 336.33 | 1 | 0.51 |
| Hex | FF | 4 | 67 | 0 | 62 | 3C | 0 | 150 | 64 | 33 |
| Octal | 377 | 4 | 147 | 0 | 142 | 74 | 0 | 520 | 144 | 63 |
| Binary | 11111111 | 100 | 1100111 | 0 | 1100010 | 111100 | 0 | 101010000 | 1100100 | 110011 |
Color Harmonies of #FF0467
Complementary color
Monochromatic Colors of #FF0467
Black with #FF0467
Text Example
Text Example
White with #FF0467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0467; }
p { color: rgb(255,4,103); }
H1.HeaderClassName
{
color: #FF0467;
}
.AnyTagClassName
{
color: #FF0467;
}
</style>
background-color css
<style>
a { background-color: #FF0467; }
a { background-color: rgb(255,4,103); }
div.DivClassName
{
background-color: #FF0467;
}
.BgClassName
{
background-color: #FF0467;
}
</style>
border-color css
<style>
span { border-color: #FF0467; }
span { border-color: rgb(255,4,103); }
td.TdClassName
{
border-color: #FF0467;
}
.TagClassName
{
border-color: #FF0467;
}
</style>