Shades of Razzmatazz #FF035D
Tints of Razzmatazz #FF035D
RGB
CMYK
RGB Variations
Color information
#FF035D (or 0xFF035D) is known color: Razzmatazz. HEX triplet: FF, 03 and 5D. RGB value is (255,3,93). Sum of RGB (Red+Green+Blue) = 255+3+93=351 (46% of max value = 765). Red value is 255 (100% from 255 or 72.65% from 351); Green value is 3 (1.56% from 255 or 0.85% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 255 - color contains mainly: red. Hex color #FF035D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF035D is #00FCA2. Grayscale: #585858. Windows color (decimal): -64675 or 6095871. OLE color: 6095871.
HSL color Cylindrical-coordinate representation of color #FF035D: hue angle of 338.57º 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 #FF035D is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 93 | - |
| CMYK | 0 | 0.99 | 0.64 | 0 |
| HSL | 338.57º | 1% | 0.51% | - |
| HSV(B) | 338.57º | 0.99% | 1% | - |
| XYZ | 43.25 | 22.12 | 12.35 | - |
| YUV | 88.61 | 130.49 | 246.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 93 | 0 | 0.99 | 0.64 | 0 | 338.57 | 1 | 0.51 |
| Hex | FF | 3 | 5D | 0 | 63 | 40 | 0 | 153 | 64 | 33 |
| Octal | 377 | 3 | 135 | 0 | 143 | 100 | 0 | 523 | 144 | 63 |
| Binary | 11111111 | 11 | 1011101 | 0 | 1100011 | 1000000 | 0 | 101010011 | 1100100 | 110011 |
Color Harmonies of #FF035D
Complementary color
Monochromatic Colors of #FF035D
Black with #FF035D
Text Example
Text Example
White with #FF035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF035D; }
p { color: rgb(255,3,93); }
H1.HeaderClassName
{
color: #FF035D;
}
.AnyTagClassName
{
color: #FF035D;
}
</style>
background-color css
<style>
a { background-color: #FF035D; }
a { background-color: rgb(255,3,93); }
div.DivClassName
{
background-color: #FF035D;
}
.BgClassName
{
background-color: #FF035D;
}
</style>
border-color css
<style>
span { border-color: #FF035D; }
span { border-color: rgb(255,3,93); }
td.TdClassName
{
border-color: #FF035D;
}
.TagClassName
{
border-color: #FF035D;
}
</style>