Shades of Razzmatazz #FF035E
Tints of Razzmatazz #FF035E
RGB
CMYK
RGB Variations
Color information
#FF035E (or 0xFF035E) is known color: Razzmatazz. HEX triplet: FF, 03 and 5E. RGB value is (255,3,94). Sum of RGB (Red+Green+Blue) = 255+3+94=352 (46% of max value = 765). Red value is 255 (100% from 255 or 72.44% from 352); Green value is 3 (1.56% from 255 or 0.85% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 255 - color contains mainly: red. Hex color #FF035E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF035E is #00FCA1. Grayscale: #585858. Windows color (decimal): -64674 or 6161407. OLE color: 6161407.
HSL color Cylindrical-coordinate representation of color #FF035E: hue angle of 338.33º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF035E is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 94 | - |
| CMYK | 0 | 0.99 | 0.63 | 0 |
| HSL | 338.33º | 1% | 0.51% | - |
| HSV(B) | 338.33º | 0.99% | 1% | - |
| XYZ | 43.29 | 22.13 | 12.58 | - |
| YUV | 88.72 | 130.99 | 246.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 94 | 0 | 0.99 | 0.63 | 0 | 338.33 | 1 | 0.51 |
| Hex | FF | 3 | 5E | 0 | 63 | 3F | 0 | 152 | 64 | 33 |
| Octal | 377 | 3 | 136 | 0 | 143 | 77 | 0 | 522 | 144 | 63 |
| Binary | 11111111 | 11 | 1011110 | 0 | 1100011 | 111111 | 0 | 101010010 | 1100100 | 110011 |
Color Harmonies of #FF035E
Complementary color
Monochromatic Colors of #FF035E
Black with #FF035E
Text Example
Text Example
White with #FF035E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF035E; }
p { color: rgb(255,3,94); }
H1.HeaderClassName
{
color: #FF035E;
}
.AnyTagClassName
{
color: #FF035E;
}
</style>
background-color css
<style>
a { background-color: #FF035E; }
a { background-color: rgb(255,3,94); }
div.DivClassName
{
background-color: #FF035E;
}
.BgClassName
{
background-color: #FF035E;
}
</style>
border-color css
<style>
span { border-color: #FF035E; }
span { border-color: rgb(255,3,94); }
td.TdClassName
{
border-color: #FF035E;
}
.TagClassName
{
border-color: #FF035E;
}
</style>