Shades of Razzmatazz #FF0355
Tints of Razzmatazz #FF0355
RGB
CMYK
RGB Variations
Color information
#FF0355 (or 0xFF0355) is known color: Razzmatazz. HEX triplet: FF, 03 and 55. RGB value is (255,3,85). Sum of RGB (Red+Green+Blue) = 255+3+85=343 (45% of max value = 765). Red value is 255 (100% from 255 or 74.34% from 343); Green value is 3 (1.56% from 255 or 0.87% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0355 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0355 is #00FCAA. Grayscale: #575757. Windows color (decimal): -64683 or 5571583. OLE color: 5571583.
HSL color Cylindrical-coordinate representation of color #FF0355: hue angle of 340.48º 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 #FF0355 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 85 | - |
| CMYK | 0 | 0.99 | 0.67 | 0 |
| HSL | 340.48º | 1% | 0.51% | - |
| HSV(B) | 340.48º | 0.99% | 1% | - |
| XYZ | 42.91 | 21.98 | 10.58 | - |
| YUV | 87.7 | 126.49 | 247.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 85 | 0 | 0.99 | 0.67 | 0 | 340.48 | 1 | 0.51 |
| Hex | FF | 3 | 55 | 0 | 63 | 43 | 0 | 154 | 64 | 33 |
| Octal | 377 | 3 | 125 | 0 | 143 | 103 | 0 | 524 | 144 | 63 |
| Binary | 11111111 | 11 | 1010101 | 0 | 1100011 | 1000011 | 0 | 101010100 | 1100100 | 110011 |
Color Harmonies of #FF0355
Complementary color
Monochromatic Colors of #FF0355
Black with #FF0355
Text Example
Text Example
White with #FF0355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0355; }
p { color: rgb(255,3,85); }
H1.HeaderClassName
{
color: #FF0355;
}
.AnyTagClassName
{
color: #FF0355;
}
</style>
background-color css
<style>
a { background-color: #FF0355; }
a { background-color: rgb(255,3,85); }
div.DivClassName
{
background-color: #FF0355;
}
.BgClassName
{
background-color: #FF0355;
}
</style>
border-color css
<style>
span { border-color: #FF0355; }
span { border-color: rgb(255,3,85); }
td.TdClassName
{
border-color: #FF0355;
}
.TagClassName
{
border-color: #FF0355;
}
</style>