Shades of Razzmatazz #FF046A
Tints of Razzmatazz #FF046A
RGB
CMYK
RGB Variations
Color information
#FF046A (or 0xFF046A) is known color: Razzmatazz. HEX triplet: FF, 04 and 6A. RGB value is (255,4,106). Sum of RGB (Red+Green+Blue) = 255+4+106=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 4 (1.95% from 255 or 1.10% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF046A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF046A is #00FB95. Grayscale: #5A5A5A. Windows color (decimal): -64406 or 6948095. OLE color: 6948095.
HSL color Cylindrical-coordinate representation of color #FF046A: hue angle of 335.62º 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 #FF046A is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 106 | - |
| CMYK | 0 | 0.98 | 0.58 | 0 |
| HSL | 335.62º | 1% | 0.51% | - |
| HSV(B) | 335.62º | 0.98% | 1% | - |
| XYZ | 43.88 | 22.39 | 15.64 | - |
| YUV | 90.68 | 136.66 | 245.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 106 | 0 | 0.98 | 0.58 | 0 | 335.62 | 1 | 0.51 |
| Hex | FF | 4 | 6A | 0 | 62 | 3A | 0 | 150 | 64 | 33 |
| Octal | 377 | 4 | 152 | 0 | 142 | 72 | 0 | 520 | 144 | 63 |
| Binary | 11111111 | 100 | 1101010 | 0 | 1100010 | 111010 | 0 | 101010000 | 1100100 | 110011 |
Color Harmonies of #FF046A
Complementary color
Monochromatic Colors of #FF046A
Black with #FF046A
Text Example
Text Example
White with #FF046A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF046A; }
p { color: rgb(255,4,106); }
H1.HeaderClassName
{
color: #FF046A;
}
.AnyTagClassName
{
color: #FF046A;
}
</style>
background-color css
<style>
a { background-color: #FF046A; }
a { background-color: rgb(255,4,106); }
div.DivClassName
{
background-color: #FF046A;
}
.BgClassName
{
background-color: #FF046A;
}
</style>
border-color css
<style>
span { border-color: #FF046A; }
span { border-color: rgb(255,4,106); }
td.TdClassName
{
border-color: #FF046A;
}
.TagClassName
{
border-color: #FF046A;
}
</style>