Shades of Razzmatazz #FF0351
Tints of Razzmatazz #FF0351
RGB
CMYK
RGB Variations
Color information
#FF0351 (or 0xFF0351) is known color: Razzmatazz. HEX triplet: FF, 03 and 51. RGB value is (255,3,81). Sum of RGB (Red+Green+Blue) = 255+3+81=339 (44% of max value = 765). Red value is 255 (100% from 255 or 75.22% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0351 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0351 is #00FCAE. Grayscale: #575757. Windows color (decimal): -64687 or 5309439. OLE color: 5309439.
HSL color Cylindrical-coordinate representation of color #FF0351: hue angle of 341.43º 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 #FF0351 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 81 | - |
| CMYK | 0 | 0.99 | 0.68 | 0 |
| HSL | 341.43º | 1% | 0.51% | - |
| HSV(B) | 341.43º | 0.99% | 1% | - |
| XYZ | 42.76 | 21.92 | 9.76 | - |
| YUV | 87.24 | 124.49 | 247.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 81 | 0 | 0.99 | 0.68 | 0 | 341.43 | 1 | 0.51 |
| Hex | FF | 3 | 51 | 0 | 63 | 44 | 0 | 155 | 64 | 33 |
| Octal | 377 | 3 | 121 | 0 | 143 | 104 | 0 | 525 | 144 | 63 |
| Binary | 11111111 | 11 | 1010001 | 0 | 1100011 | 1000100 | 0 | 101010101 | 1100100 | 110011 |
Color Harmonies of #FF0351
Complementary color
Monochromatic Colors of #FF0351
Black with #FF0351
Text Example
Text Example
White with #FF0351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0351; }
p { color: rgb(255,3,81); }
H1.HeaderClassName
{
color: #FF0351;
}
.AnyTagClassName
{
color: #FF0351;
}
</style>
background-color css
<style>
a { background-color: #FF0351; }
a { background-color: rgb(255,3,81); }
div.DivClassName
{
background-color: #FF0351;
}
.BgClassName
{
background-color: #FF0351;
}
</style>
border-color css
<style>
span { border-color: #FF0351; }
span { border-color: rgb(255,3,81); }
td.TdClassName
{
border-color: #FF0351;
}
.TagClassName
{
border-color: #FF0351;
}
</style>